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.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def etag @etag end |
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def file_size @file_size end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def last_modified @last_modified end |
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def mime_type @mime_type end |