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