class
Amazonite::Sns::GetDataProtectionPolicyResponse
- Amazonite::Sns::GetDataProtectionPolicyResponse
- Reference
- Object
Defined in:
sns/get_data_protection_policy_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data_protection_policy : String | Nil
Retrieves the
DataProtectionPolicyin JSON string format. -
#data_protection_policy=(data_protection_policy : String | Nil)
Retrieves the
DataProtectionPolicyin JSON string format. -
#hash(hasher)
See
Object#hash(hasher) - #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 data_protection_policy : String | Nil
#
Retrieves the DataProtectionPolicy in JSON string format.
def data_protection_policy=(data_protection_policy : String | Nil)
#
Retrieves the DataProtectionPolicy in JSON string format.