Class: Aws::Kafka::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Response of listing tags for a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The key-value pair for the resource tag.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The key-value pair for the resource tag.
3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3068 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |