Class: Aws::Types::NotebookInstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotebookInstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#notebook_instance_arn ⇒ ::String
Returns the value of attribute notebook_instance_arn.
-
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
-
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
-
#notebook_instance_status ⇒ "Pending", ...
Returns the value of attribute notebook_instance_status.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
9512 9513 9514 |
# File 'sig/types.rbs', line 9512 def additional_code_repositories @additional_code_repositories end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9508 9509 9510 |
# File 'sig/types.rbs', line 9508 def creation_time @creation_time end |
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
9511 9512 9513 |
# File 'sig/types.rbs', line 9511 def default_code_repository @default_code_repository end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
9507 9508 9509 |
# File 'sig/types.rbs', line 9507 def instance_type @instance_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9509 9510 9511 |
# File 'sig/types.rbs', line 9509 def last_modified_time @last_modified_time end |
#notebook_instance_arn ⇒ ::String
Returns the value of attribute notebook_instance_arn.
9504 9505 9506 |
# File 'sig/types.rbs', line 9504 def notebook_instance_arn @notebook_instance_arn end |
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
9510 9511 9512 |
# File 'sig/types.rbs', line 9510 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
9503 9504 9505 |
# File 'sig/types.rbs', line 9503 def notebook_instance_name @notebook_instance_name end |
#notebook_instance_status ⇒ "Pending", ...
Returns the value of attribute notebook_instance_status.
9505 9506 9507 |
# File 'sig/types.rbs', line 9505 def notebook_instance_status @notebook_instance_status end |
#url ⇒ ::String
Returns the value of attribute url.
9506 9507 9508 |
# File 'sig/types.rbs', line 9506 def url @url end |