Class: Aws::Types::ImportNotebookInput
- Inherits:
-
Object
- Object
- Aws::Types::ImportNotebookInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notebook_s3_location_uri ⇒ ::String
Returns the value of attribute notebook_s3_location_uri.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#type ⇒ "IPYNB"
Returns the value of attribute type.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
627 628 629 |
# File 'sig/types.rbs', line 627 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
623 624 625 |
# File 'sig/types.rbs', line 623 def name @name end |
#notebook_s3_location_uri ⇒ ::String
Returns the value of attribute notebook_s3_location_uri.
626 627 628 |
# File 'sig/types.rbs', line 626 def notebook_s3_location_uri @notebook_s3_location_uri end |
#payload ⇒ ::String
Returns the value of attribute payload.
624 625 626 |
# File 'sig/types.rbs', line 624 def payload @payload end |
#type ⇒ "IPYNB"
Returns the value of attribute type.
625 626 627 |
# File 'sig/types.rbs', line 625 def type @type end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
622 623 624 |
# File 'sig/types.rbs', line 622 def work_group @work_group end |