Class: Aws::MediaLive::Types::DescribeInputDeviceThumbnailResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyIO

The binary data for the thumbnail that the Link device has most recently sent to MediaLive.

Returns:

  • (IO)


3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3319

class DescribeInputDeviceThumbnailResponse < Struct.new(
  :body,
  :content_type,
  :content_length,
  :etag,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#content_lengthInteger

Returns:

  • (Integer)


3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3319

class DescribeInputDeviceThumbnailResponse < Struct.new(
  :body,
  :content_type,
  :content_length,
  :etag,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

Specifies the media type of the thumbnail.

Returns:

  • (String)


3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3319

class DescribeInputDeviceThumbnailResponse < Struct.new(
  :body,
  :content_type,
  :content_length,
  :etag,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

Returns:

  • (String)


3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3319

class DescribeInputDeviceThumbnailResponse < Struct.new(
  :body,
  :content_type,
  :content_length,
  :etag,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

Placeholder documentation for __timestamp

Returns:

  • (Time)


3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3319

class DescribeInputDeviceThumbnailResponse < Struct.new(
  :body,
  :content_type,
  :content_length,
  :etag,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end