class
Amazonite::Sns::GetDataProtectionPolicyInput
- Amazonite::Sns::GetDataProtectionPolicyInput
- Reference
- Object
Defined in:
sns/get_data_protection_policy_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_arn : String
The ARN of the topic whose
DataProtectionPolicyyou want to get. -
#resource_arn=(resource_arn : String)
The ARN of the topic whose
DataProtectionPolicyyou want to get. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def resource_arn : String
#
The ARN of the topic whose DataProtectionPolicy you want to get.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
def resource_arn=(resource_arn : String)
#
The ARN of the topic whose DataProtectionPolicy you want to get.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.