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.
1630 1631 1632 1633 1634 1635 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1630 class DeleteTagsRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys.
1630 1631 1632 1633 1634 1635 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1630 class DeleteTagsRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |