Class: Aws::Types::CreateNotebookOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotebookOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
-
#compute_id ⇒ ::String
Returns the value of attribute compute_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
-
#error ⇒ Types::NotebookError
Returns the value of attribute error.
-
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_expires_at ⇒ ::Time
Returns the value of attribute lock_expires_at.
-
#locked_at ⇒ ::Time
Returns the value of attribute locked_at.
-
#locked_by ⇒ ::String
Returns the value of attribute locked_by.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def cell_order @cell_order end |
#compute_id ⇒ ::String
Returns the value of attribute compute_id.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def compute_id @compute_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def domain_id @domain_id end |
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def environment_configuration @environment_configuration end |
#error ⇒ Types::NotebookError
Returns the value of attribute error.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def error @error end |
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def @git_metadata end |
#id ⇒ ::String
Returns the value of attribute id.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def id @id end |
#lock_expires_at ⇒ ::Time
Returns the value of attribute lock_expires_at.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def lock_expires_at @lock_expires_at end |
#locked_at ⇒ ::Time
Returns the value of attribute locked_at.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def locked_at @locked_at end |
#locked_by ⇒ ::String
Returns the value of attribute locked_by.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def locked_by @locked_by end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def owning_project_id @owning_project_id end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def parameters @parameters end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def updated_by @updated_by end |