Class: Aws::MediaConnect::Types::GetRouterInputThumbnailResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the router input.

Returns:

  • (String)


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

#nameString

The name of the router input.

Returns:

  • (String)


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_detailsTypes::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