class
Amazonite::Iam::TagRoleRequest
- Amazonite::Iam::TagRoleRequest
- Reference
- Object
Defined in:
iam/tag_role_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#role_name : String
The name of the IAM role to which you want to add tags.
-
#role_name=(role_name : String)
The name of the IAM role to which you want to add tags.
-
#tags : Array(Tag)
The list of tags that you want to attach to the IAM role.
-
#tags=(tags : Array(Tag))
The list of tags that you want to attach to the IAM role.
- #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?.
The name of the IAM role to which you want to add tags.
This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the IAM role to which you want to add tags.
This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.
The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.