Class: Aws::MediaConnect::Types::GetRouterInputThumbnailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterInputThumbnailRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the router input that you want to see a thumbnail of.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router input that you want to see a thumbnail of.
2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2974 class GetRouterInputThumbnailRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |