Class: Aws::Types::DescribeInputDeviceThumbnailResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInputDeviceThumbnailResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#content_type ⇒ "image/jpeg"
Returns the value of attribute content_type.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
Instance Attribute Details
#body ⇒ ::IO
Returns the value of attribute body.
981 982 983 |
# File 'sig/types.rbs', line 981 def body @body end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
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.
982 983 984 |
# File 'sig/types.rbs', line 982 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
984 985 986 |
# File 'sig/types.rbs', line 984 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
985 986 987 |
# File 'sig/types.rbs', line 985 def last_modified @last_modified end |