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.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def bucket @bucket end |
#name ⇒ ::String
Returns the value of attribute name.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def version @version end |