Class: Aws::MediaStore::Types::ListTagsForResourceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

An array of key:value pairs that are assigned to the container.

Returns:



518
519
520
521
522
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 518

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