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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyIO

Returns:

  • (IO)


5460
5461
5462
5463
5464
5465
5466
5467
5468
# File 'lib/aws-sdk-medialive/types.rb', line 5460

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

#content_lengthInteger

Returns:

  • (Integer)


5460
5461
5462
5463
5464
5465
5466
5467
5468
# File 'lib/aws-sdk-medialive/types.rb', line 5460

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

#content_typeString

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
5466
5467
5468
# File 'lib/aws-sdk-medialive/types.rb', line 5460

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

#etagString

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
5466
5467
5468
# File 'lib/aws-sdk-medialive/types.rb', line 5460

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

#last_modifiedTime

Returns:

  • (Time)


5460
5461
5462
5463
5464
5465
5466
5467
5468
# File 'lib/aws-sdk-medialive/types.rb', line 5460

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