Class: Aws::WorkSpaces::Types::DeleteTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteTagsRequest
- Defined in:
- gems/aws-sdk-workspaces/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.
1610 1611 1612 1613 1614 1615 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1610 class DeleteTagsRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys.
1610 1611 1612 1613 1614 1615 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1610 class DeleteTagsRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |