Class: Aws::MediaLive::Types::DescribeInputDeviceThumbnailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeInputDeviceThumbnailResponse
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ IO
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
-
#content_length ⇒ Integer
-
#content_type ⇒ String
Specifies the media type of the thumbnail.
-
#etag ⇒ String
-
#last_modified ⇒ Time
Placeholder documentation for __timestamp.
Instance Attribute Details
#body ⇒ IO
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
3501 3502 3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3501 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end |
#content_length ⇒ Integer
3501 3502 3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3501 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
Specifies the media type of the thumbnail.
3501 3502 3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3501 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
3501 3502 3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3501 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
Placeholder documentation for __timestamp
3501 3502 3503 3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3501 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end |