class
Amazonite::Sns::PutDataProtectionPolicyInput
- Amazonite::Sns::PutDataProtectionPolicyInput
- Reference
- Object
Defined in:
sns/put_data_protection_policy_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data_protection_policy : String
The JSON serialization of the topic's
DataProtectionPolicy. -
#data_protection_policy=(data_protection_policy : String)
The JSON serialization of the topic's
DataProtectionPolicy. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_arn : String
The ARN of the topic whose
DataProtectionPolicyyou want to add or update. -
#resource_arn=(resource_arn : String)
The ARN of the topic whose
DataProtectionPolicyyou want to add or update. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The JSON serialization of the topic's DataProtectionPolicy.
The DataProtectionPolicy must be in JSON string format.
Length Constraints: Maximum length of 30,720.
The JSON serialization of the topic's DataProtectionPolicy.
The DataProtectionPolicy must be in JSON string format.
Length Constraints: Maximum length of 30,720.
The ARN of the topic whose DataProtectionPolicy you want to add or update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The ARN of the topic whose DataProtectionPolicy you want to add or update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.