Class: Aws::MediaTailor::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with this resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with this resource.
2426 2427 2428 2429 2430 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2426 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |