Class: Aws::Types::OutputNotebookS3LocationFromInput
- Inherits:
-
Object
- Object
- Aws::Types::OutputNotebookS3LocationFromInput
- 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.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def key @key end |