Class: Aws::WorkSpaces::Types::DeleteTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The identifier of the WorkSpaces resource.
-
#tag_keys ⇒ Array<String>
The tag keys.
Instance Attribute Details
#resource_id ⇒ String
The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.
1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1571 class DeleteTagsRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys.
1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1571 class DeleteTagsRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |