Class: Aws::Types::UpdateNotebookInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotebookInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_types ⇒ ::Array[("ml.eia1.medium" | "ml.eia1.large" | "ml.eia1.xlarge" | "ml.eia2.medium" | "ml.eia2.large" | "ml.eia2.xlarge")]
Returns the value of attribute accelerator_types.
-
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
-
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
-
#disassociate_accelerator_types ⇒ Boolean
Returns the value of attribute disassociate_accelerator_types.
-
#disassociate_additional_code_repositories ⇒ Boolean
Returns the value of attribute disassociate_additional_code_repositories.
-
#disassociate_default_code_repository ⇒ Boolean
Returns the value of attribute disassociate_default_code_repository.
-
#disassociate_lifecycle_config ⇒ Boolean
Returns the value of attribute disassociate_lifecycle_config.
-
#instance_metadata_service_configuration ⇒ Types::InstanceMetadataServiceConfiguration
Returns the value of attribute instance_metadata_service_configuration.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#lifecycle_config_name ⇒ ::String
Returns the value of attribute lifecycle_config_name.
-
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
-
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#root_access ⇒ "Enabled", "Disabled"
Returns the value of attribute root_access.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#accelerator_types ⇒ ::Array[("ml.eia1.medium" | "ml.eia1.large" | "ml.eia1.xlarge" | "ml.eia2.medium" | "ml.eia2.large" | "ml.eia2.xlarge")]
Returns the value of attribute accelerator_types.
12329 12330 12331 |
# File 'sig/types.rbs', line 12329 def accelerator_types @accelerator_types end |
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
12328 12329 12330 |
# File 'sig/types.rbs', line 12328 def additional_code_repositories @additional_code_repositories end |
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
12327 12328 12329 |
# File 'sig/types.rbs', line 12327 def default_code_repository @default_code_repository end |
#disassociate_accelerator_types ⇒ Boolean
Returns the value of attribute disassociate_accelerator_types.
12330 12331 12332 |
# File 'sig/types.rbs', line 12330 def disassociate_accelerator_types @disassociate_accelerator_types end |
#disassociate_additional_code_repositories ⇒ Boolean
Returns the value of attribute disassociate_additional_code_repositories.
12332 12333 12334 |
# File 'sig/types.rbs', line 12332 def disassociate_additional_code_repositories @disassociate_additional_code_repositories end |
#disassociate_default_code_repository ⇒ Boolean
Returns the value of attribute disassociate_default_code_repository.
12331 12332 12333 |
# File 'sig/types.rbs', line 12331 def disassociate_default_code_repository @disassociate_default_code_repository end |
#disassociate_lifecycle_config ⇒ Boolean
Returns the value of attribute disassociate_lifecycle_config.
12325 12326 12327 |
# File 'sig/types.rbs', line 12325 def disassociate_lifecycle_config @disassociate_lifecycle_config end |
#instance_metadata_service_configuration ⇒ Types::InstanceMetadataServiceConfiguration
Returns the value of attribute instance_metadata_service_configuration.
12334 12335 12336 |
# File 'sig/types.rbs', line 12334 def @instance_metadata_service_configuration end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
12320 12321 12322 |
# File 'sig/types.rbs', line 12320 def instance_type @instance_type end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
12321 12322 12323 |
# File 'sig/types.rbs', line 12321 def ip_address_type @ip_address_type end |
#lifecycle_config_name ⇒ ::String
Returns the value of attribute lifecycle_config_name.
12324 12325 12326 |
# File 'sig/types.rbs', line 12324 def lifecycle_config_name @lifecycle_config_name end |
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
12319 12320 12321 |
# File 'sig/types.rbs', line 12319 def notebook_instance_name @notebook_instance_name end |
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
12322 12323 12324 |
# File 'sig/types.rbs', line 12322 def platform_identifier @platform_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
12323 12324 12325 |
# File 'sig/types.rbs', line 12323 def role_arn @role_arn end |
#root_access ⇒ "Enabled", "Disabled"
Returns the value of attribute root_access.
12333 12334 12335 |
# File 'sig/types.rbs', line 12333 def root_access @root_access end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
12326 12327 12328 |
# File 'sig/types.rbs', line 12326 def volume_size_in_gb @volume_size_in_gb end |