Class: Aws::ResourceExplorer2::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListTagsForResourceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tag key and value pairs that you want to attach to the specified view or index.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tag key and value pairs that you want to attach to the specified view or index.
815 816 817 818 819 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 815 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |