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)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3304

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

#content_lengthInteger

Returns:

  • (Integer)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3304

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)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3304

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

#etagString

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3304

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)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3304

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