class
Amazonite::Iam::PutAccountPropertiesRequest
- Amazonite::Iam::PutAccountPropertiesRequest
- Reference
- Object
Defined in:
iam/put_account_properties_request.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)
A map of property key-value pairs to set.
-
#properties=(properties : Hash(String, String))
A map of property key-value pairs to set.
- #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?.
A map of property key-value pairs to set. All keys must belong to the same namespace.
Each key uses the format Namespace/PropertyName. The key must contain exactly one /
separating the namespace from the property name, and cannot start or end with /.
The service validates each value based on the property key's expected type. For example, boolean
properties expect true or false.
A map of property key-value pairs to set. All keys must belong to the same namespace.
Each key uses the format Namespace/PropertyName. The key must contain exactly one /
separating the namespace from the property name, and cannot start or end with /.
The service validates each value based on the property key's expected type. For example, boolean
properties expect true or false.