Class: Aws::LexModelsV2::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags associated with a resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags associated with a resource.
10636 10637 10638 10639 10640 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10636 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |