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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
621 622 623 |
# File 'sig/types.rbs', line 621 def bucket @bucket end |
#name ⇒ ::String
Returns the value of attribute name.
622 623 624 |
# File 'sig/types.rbs', line 622 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
623 624 625 |
# File 'sig/types.rbs', line 623 def version @version end |