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.
-
#object_key ⇒ ::String
Returns the value of attribute object_key.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
257 258 259 |
# File 'sig/types.rbs', line 257 def bucket @bucket end |
#object_key ⇒ ::String
Returns the value of attribute object_key.
258 259 260 |
# File 'sig/types.rbs', line 258 def object_key @object_key end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
259 260 261 |
# File 'sig/types.rbs', line 259 def version_id @version_id end |