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)


3171
3172
3173
3174
3175
3176
3177
3178
3179
# File 'lib/aws-sdk-medialive/types.rb', line 3171

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

#content_lengthInteger

Returns:

  • (Integer)


3171
3172
3173
3174
3175
3176
3177
3178
3179
# File 'lib/aws-sdk-medialive/types.rb', line 3171

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

#content_typeString

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
3178
3179
# File 'lib/aws-sdk-medialive/types.rb', line 3171

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

#etagString

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
3178
3179
# File 'lib/aws-sdk-medialive/types.rb', line 3171

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

#last_modifiedTime

Returns:

  • (Time)


3171
3172
3173
3174
3175
3176
3177
3178
3179
# File 'lib/aws-sdk-medialive/types.rb', line 3171

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