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.
2996 2997 2998 2999 3000 3001 3002 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2996 class GetRouterInputThumbnailResponse < Struct.new( :arn, :name, :thumbnail_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the router input.
2996 2997 2998 2999 3000 3001 3002 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2996 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.
2996 2997 2998 2999 3000 3001 3002 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2996 class GetRouterInputThumbnailResponse < Struct.new( :arn, :name, :thumbnail_details) SENSITIVE = [] include Aws::Structure end |