Class: Aws::Types::Metadata
- Inherits:
-
Object
- Object
- Aws::Types::Metadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def etag @etag end |
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def file_size @file_size end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def last_modified @last_modified end |
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def mime_type @mime_type end |