Class: Aws::Types::Item
- Inherits:
-
Object
- Object
- Aws::Types::Item
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "OBJECT", "FOLDER"
Returns the value of attribute type.
Instance Attribute Details
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
67 68 69 |
# File 'sig/types.rbs', line 67 def content_length @content_length end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
66 67 68 |
# File 'sig/types.rbs', line 66 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
64 65 66 |
# File 'sig/types.rbs', line 64 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
65 66 67 |
# File 'sig/types.rbs', line 65 def last_modified @last_modified end |
#name ⇒ ::String
Returns the value of attribute name.
62 63 64 |
# File 'sig/types.rbs', line 62 def name @name end |
#type ⇒ "OBJECT", "FOLDER"
Returns the value of attribute type.
63 64 65 |
# File 'sig/types.rbs', line 63 def type @type end |