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