Class: Aws::WorkspacesInstances::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Specifies tags to add to a WorkSpace Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
Tags to be added to the WorkSpace Instance.
-
#workspace_instance_id ⇒ String
Unique identifier of the WorkSpace Instance to tag.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
Tags to be added to the WorkSpace Instance.
1584 1585 1586 1587 1588 1589 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1584 class TagResourceRequest < Struct.new( :workspace_instance_id, :tags) SENSITIVE = [] include Aws::Structure end |
#workspace_instance_id ⇒ String
Unique identifier of the WorkSpace Instance to tag.
1584 1585 1586 1587 1588 1589 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1584 class TagResourceRequest < Struct.new( :workspace_instance_id, :tags) SENSITIVE = [] include Aws::Structure end |