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
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Tags attached to the resource. Array of maps, each of the form
string:string (key:value)
.
1411 1412 1413 1414 1415 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1411 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |