Class: Aws::Types::DescribeObjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeObjectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#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.
Instance Attribute Details
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
33 34 35 |
# File 'sig/types.rbs', line 33 def cache_control @cache_control end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
32 33 34 |
# File 'sig/types.rbs', line 32 def content_length @content_length end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
31 32 33 |
# File 'sig/types.rbs', line 31 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
30 31 32 |
# File 'sig/types.rbs', line 30 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
34 35 36 |
# File 'sig/types.rbs', line 34 def last_modified @last_modified end |