Class: Aws::Types::S3Reference
- Inherits:
-
Object
- Object
- Aws::Types::S3Reference
- 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.
-
#object_version ⇒ ::String
Returns the value of attribute object_version.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
56 57 58 |
# File 'sig/types.rbs', line 56 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
57 58 59 |
# File 'sig/types.rbs', line 57 def key @key end |
#object_version ⇒ ::String
Returns the value of attribute object_version.
58 59 60 |
# File 'sig/types.rbs', line 58 def object_version @object_version end |