Class: Aws::DataExchange::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A label that consists of a customer-defined key and an optional value.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A label that consists of a customer-defined key and an optional value.
2406 2407 2408 2409 2410 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2406 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |