class
Amazonite::Iam::UpdateRoleDescriptionRequest
- Amazonite::Iam::UpdateRoleDescriptionRequest
- Reference
- Object
Defined in:
iam/update_role_description_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String
The new description that you want to apply to the specified role.
-
#description=(description : String)
The new description that you want to apply to the specified role.
-
#hash(hasher)
See
Object#hash(hasher) -
#role_name : String
The name of the role that you want to modify.
-
#role_name=(role_name : String)
The name of the role that you want to modify.
- #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 description=(description : String)
#
The new description that you want to apply to the specified role.