Class: Aws::Types::S3ObjectDetail
- Inherits:
-
Object
- Object
- Aws::Types::S3ObjectDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#hash ⇒ ::String
Returns the value of attribute hash.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#object_arn ⇒ ::String
Returns the value of attribute object_arn.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def etag @etag end |
#hash ⇒ ::String
Returns the value of attribute hash.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def hash @hash end |
#key ⇒ ::String
Returns the value of attribute key.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def key @key end |
#object_arn ⇒ ::String
Returns the value of attribute object_arn.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def object_arn @object_arn end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def version_id @version_id end |