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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4194

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

#thumbnailString

Thumbnail Base64 string.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4194

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:



4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4194

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

#timecodeString

Timecode of thumbnail.

Returns:

  • (String)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4194

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)


4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4194

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