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.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def bucket @bucket end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def prefix @prefix end |