Class: Aws::ResourceExplorer2::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-resourceexplorer2/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.
983 984 985 986 987 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 983 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |