Class: Aws::Types::StartNotebookExportInput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookExportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#file_format ⇒ "PDF", "IPYNB"
Returns the value of attribute file_format.
-
#notebook_identifier ⇒ ::String
Returns the value of attribute notebook_identifier.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5923 5924 5925 |
# File 'sig/types.rbs', line 5923 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5919 5920 5921 |
# File 'sig/types.rbs', line 5919 def domain_identifier @domain_identifier end |
#file_format ⇒ "PDF", "IPYNB"
Returns the value of attribute file_format.
5922 5923 5924 |
# File 'sig/types.rbs', line 5922 def file_format @file_format end |
#notebook_identifier ⇒ ::String
Returns the value of attribute notebook_identifier.
5920 5921 5922 |
# File 'sig/types.rbs', line 5920 def notebook_identifier @notebook_identifier end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
5921 5922 5923 |
# File 'sig/types.rbs', line 5921 def owning_project_identifier @owning_project_identifier end |