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.
2455 2456 2457 2458 2459 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2455 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |