Class: Aws::Types::S3Location
- Inherits:
-
Object
- Object
- Aws::Types::S3Location
- 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.
4366 4367 4368 |
# File 'sig/types.rbs', line 4366 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
4367 4368 4369 |
# File 'sig/types.rbs', line 4367 def key @key end |
#version ⇒ ::String
Returns the value of attribute version.
4368 4369 4370 |
# File 'sig/types.rbs', line 4368 def version @version end |