Class: Aws::WorkSpacesWeb::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tags of the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags of the resource.
2920 2921 2922 2923 2924 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2920 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |