Class: Aws::Types::GetObjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#content_range ⇒ ::String
Returns the value of attribute content_range.
-
#content_type ⇒ ::String
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.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#body ⇒ ::IO
Returns the value of attribute body.
45 46 47 |
# File 'sig/types.rbs', line 45 def body @body end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
46 47 48 |
# File 'sig/types.rbs', line 46 def cache_control @cache_control end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
48 49 50 |
# File 'sig/types.rbs', line 48 def content_length @content_length end |
#content_range ⇒ ::String
Returns the value of attribute content_range.
47 48 49 |
# File 'sig/types.rbs', line 47 def content_range @content_range end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
49 50 51 |
# File 'sig/types.rbs', line 49 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
50 51 52 |
# File 'sig/types.rbs', line 50 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
51 52 53 |
# File 'sig/types.rbs', line 51 def last_modified @last_modified end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
52 53 54 |
# File 'sig/types.rbs', line 52 def status_code @status_code end |