Class: Aws::MediaConnect::Types::ThumbnailDetails

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

Overview

The details of the thumbnail, including thumbnail base64 string, timecode and the time when thumbnail was generated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that DescribeFlowSourceThumbnail was performed on.

Returns:

  • (String)


4082
4083
4084
4085
4086
4087
4088
4089
4090
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4082

class ThumbnailDetails < Struct.new(
  :flow_arn,
  :thumbnail,
  :thumbnail_messages,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#thumbnailString

Thumbnail Base64 string.

Returns:

  • (String)


4082
4083
4084
4085
4086
4087
4088
4089
4090
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4082

class ThumbnailDetails < Struct.new(
  :flow_arn,
  :thumbnail,
  :thumbnail_messages,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#thumbnail_messagesArray<Types::MessageDetail>

Status code and messages about the flow source thumbnail.

Returns:



4082
4083
4084
4085
4086
4087
4088
4089
4090
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4082

class ThumbnailDetails < Struct.new(
  :flow_arn,
  :thumbnail,
  :thumbnail_messages,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timecodeString

Timecode of thumbnail.

Returns:

  • (String)


4082
4083
4084
4085
4086
4087
4088
4089
4090
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4082

class ThumbnailDetails < Struct.new(
  :flow_arn,
  :thumbnail,
  :thumbnail_messages,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of when thumbnail was generated.

Returns:

  • (Time)


4082
4083
4084
4085
4086
4087
4088
4089
4090
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4082

class ThumbnailDetails < Struct.new(
  :flow_arn,
  :thumbnail,
  :thumbnail_messages,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end