Class: Aws::Types::UpdateNotebookMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotebookMetadataInput
- 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_id ⇒ ::String
Returns the value of attribute notebook_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def name @name end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def notebook_id @notebook_id end |