Class: Aws::Types::DescribeInputDeviceThumbnailResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::IO

Returns the value of attribute body.

Returns:

  • (::IO)


981
982
983
# File 'sig/types.rbs', line 981

def body
  @body
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:

  • (::Integer)


983
984
985
# File 'sig/types.rbs', line 983

def content_length
  @content_length
end

#content_type"image/jpeg"

Returns the value of attribute content_type.

Returns:

  • ("image/jpeg")


982
983
984
# File 'sig/types.rbs', line 982

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


985
986
987
# File 'sig/types.rbs', line 985

def last_modified
  @last_modified
end