Class: Aws::RolesAnywhere::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::UntagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tag_keys]
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.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1140 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:tag_keys] include Aws::Structure end |
#tag_keys ⇒ Array<String>
A list of keys. Tag keys are the unique identifiers of tags.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1140 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:tag_keys] include Aws::Structure end |