Class: Aws::WorkSpaces::Types::DescribeTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeTagsRequest
- 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.
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.
2151 2152 2153 2154 2155 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2151 class DescribeTagsRequest < Struct.new( :resource_id) SENSITIVE = [] include Aws::Structure end |