Class: Aws::IVS::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Tags attached to the resource. Array of maps, each of the form ‘string:string (key:value)`.

Returns:

  • (Hash<String,String>)


1332
1333
1334
1335
1336
# File 'lib/aws-sdk-ivs/types.rb', line 1332

class ListTagsForResourceResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end