Class: Aws::MediaConnect::Types::GetRouterInputThumbnailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterInputThumbnailResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the router input.
-
#name ⇒ String
The name of the router input.
-
#thumbnail_details ⇒ Types::RouterInputThumbnailDetails
The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.
Instance Attribute Details
#arn ⇒ String
The ARN of the router input.
3047 3048 3049 3050 3051 3052 3053 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3047 class GetRouterInputThumbnailResponse < Struct.new( :arn, :name, :thumbnail_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the router input.
3047 3048 3049 3050 3051 3052 3053 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3047 class GetRouterInputThumbnailResponse < Struct.new( :arn, :name, :thumbnail_details) SENSITIVE = [] include Aws::Structure end |
#thumbnail_details ⇒ Types::RouterInputThumbnailDetails
The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.
3047 3048 3049 3050 3051 3052 3053 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3047 class GetRouterInputThumbnailResponse < Struct.new( :arn, :name, :thumbnail_details) SENSITIVE = [] include Aws::Structure end |