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.
95 96 97 |
# File 'sig/types.rbs', line 95 def bucket @bucket end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
96 97 98 |
# File 'sig/types.rbs', line 96 def prefix @prefix end |