Class: Aws::Types::StorageLocation
- Inherits:
-
Object
- Object
- Aws::Types::StorageLocation
- 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.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
18163 18164 18165 |
# File 'sig/types.rbs', line 18163 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
18164 18165 18166 |
# File 'sig/types.rbs', line 18164 def key @key end |