Class: Aws::IVS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#tags ⇒ Hash<String,String>
1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1180 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |