Class: Aws::Types::UpdateNotebookInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotebookInput
- 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.
-
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#type ⇒ "IPYNB"
Returns the value of attribute type.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def client_request_token @client_request_token end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def notebook_id @notebook_id end |
#payload ⇒ ::String
Returns the value of attribute payload.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def payload @payload end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def session_id @session_id end |
#type ⇒ "IPYNB"
Returns the value of attribute type.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def type @type end |