Class: Aws::RolesAnywhere::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource.
-
#tag_keys ⇒ Array<String>
A list of keys.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource.
1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1001 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
A list of keys. Tag keys are the unique identifiers of tags.
1001 1002 1003 1004 1005 1006 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1001 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |