Class: Aws::MediaConnect::Types::ThumbnailDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ThumbnailDetails
- 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
-
#flow_arn ⇒ String
The ARN of the flow that DescribeFlowSourceThumbnail was performed on.
-
#thumbnail ⇒ String
Thumbnail Base64 string.
-
#thumbnail_messages ⇒ Array<Types::MessageDetail>
Status code and messages about the flow source thumbnail.
-
#timecode ⇒ String
Timecode of thumbnail.
-
#timestamp ⇒ Time
The timestamp of when thumbnail was generated.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that DescribeFlowSourceThumbnail was performed on.
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 ⇒ String
Thumbnail Base64 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_messages ⇒ Array<Types::MessageDetail>
Status code and messages about the flow source thumbnail.
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 |
#timecode ⇒ String
Timecode of thumbnail.
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 |
#timestamp ⇒ Time
The timestamp of when thumbnail was generated.
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 |