class Aws::IAM::Types::UntagRoleRequest
@note When making an API call, you may pass UntagRoleRequest
data as a hash: { role_name: "roleNameType", # required tag_keys: ["tagKeyType"], # required }
@!attribute [rw] role_name
The name of the IAM role from which you want to remove tags. This parameter accepts (through its [regex pattern][1]) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: \_+=,.@- [1]: http://wikipedia.org/wiki/regex @return [String]
@!attribute [rw] tag_keys
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UntagRoleRequest AWS API Documentation
Constants
- SENSITIVE