Class: Aws::Types::CreateNotebookInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotebookInstanceInput
- 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.
-
#direct_internet_access ⇒ "Enabled", "Disabled"
Returns the value of attribute direct_internet_access.
-
#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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def accelerator_types @accelerator_types end |
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def additional_code_repositories @additional_code_repositories end |
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def default_code_repository @default_code_repository end |
#direct_internet_access ⇒ "Enabled", "Disabled"
Returns the value of attribute direct_internet_access.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def direct_internet_access @direct_internet_access end |
#instance_metadata_service_configuration ⇒ Types::InstanceMetadataServiceConfiguration
Returns the value of attribute instance_metadata_service_configuration.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def @instance_metadata_service_configuration end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def instance_type @instance_type end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def kms_key_id @kms_key_id end |
#lifecycle_config_name ⇒ ::String
Returns the value of attribute lifecycle_config_name.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def lifecycle_config_name @lifecycle_config_name end |
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def notebook_instance_name @notebook_instance_name end |
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def platform_identifier @platform_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def role_arn @role_arn end |
#root_access ⇒ "Enabled", "Disabled"
Returns the value of attribute root_access.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def root_access @root_access end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def security_group_ids @security_group_ids end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def @tags end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def volume_size_in_gb @volume_size_in_gb end |