Class: Aws::Types::StartNotebookImportOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookImportOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#source_location ⇒ Types::SourceLocation
Returns the value of attribute source_location.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5957 5958 5959 |
# File 'sig/types.rbs', line 5957 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5958 5959 5960 |
# File 'sig/types.rbs', line 5958 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
5955 5956 5957 |
# File 'sig/types.rbs', line 5955 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5952 5953 5954 |
# File 'sig/types.rbs', line 5952 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
5954 5955 5956 |
# File 'sig/types.rbs', line 5954 def name @name end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
5950 5951 5952 |
# File 'sig/types.rbs', line 5950 def notebook_id @notebook_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
5953 5954 5955 |
# File 'sig/types.rbs', line 5953 def owning_project_id @owning_project_id end |
#source_location ⇒ Types::SourceLocation
Returns the value of attribute source_location.
5956 5957 5958 |
# File 'sig/types.rbs', line 5956 def source_location @source_location end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
5951 5952 5953 |
# File 'sig/types.rbs', line 5951 def status @status end |