Class: Aws::Types::S3Object
- Inherits:
-
Object
- Object
- Aws::Types::S3Object
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def etag @etag end |
#key ⇒ ::String
Returns the value of attribute key.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def key @key end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def version_id @version_id end |