Class: Aws::MediaTailor::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) associated with this resource.

Returns:

  • (String)


2682
2683
2684
2685
2686
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2682

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