Class: Aws::WorkspacesInstances::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Specifies the WorkSpace Instance to retrieve tags for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_instance_id ⇒ String
Unique identifier of the WorkSpace Instance.
Instance Attribute Details
#workspace_instance_id ⇒ String
Unique identifier of the WorkSpace Instance.
1075 1076 1077 1078 1079 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1075 class ListTagsForResourceRequest < Struct.new( :workspace_instance_id) SENSITIVE = [] include Aws::Structure end |