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.
17824 17825 17826 |
# File 'sig/types.rbs', line 17824 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
17825 17826 17827 |
# File 'sig/types.rbs', line 17825 def key @key end |