class
Amazonite::Iam::GetAccountPropertiesResponse
- Amazonite::Iam::GetAccountPropertiesResponse
- Reference
- Object
Defined in:
iam/get_account_properties_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#properties : Hash(String, String) | Nil
A map of account property key-value pairs.
-
#properties=(properties : Hash(String, String) | Nil)
A map of account property key-value pairs.
- #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 properties : Hash(String, String) | Nil
#
A map of account property key-value pairs. Keys are in the format Namespace/PropertyName.
def properties=(properties : Hash(String, String) | Nil)
#
A map of account property key-value pairs. Keys are in the format Namespace/PropertyName.