Class: Aws::SimSpaceWeaver::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The list of tags for the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of tags for the resource.
531 532 533 534 535 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 531 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |