Class: Aws::Types::S3Object
- Inherits:
-
Object
- Object
- Aws::Types::S3Object
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def key @key end |
#version ⇒ ::String
Returns the value of attribute version.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def version @version end |