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)
.
1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1054 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |