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.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def accelerator_types @accelerator_types end |
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def additional_code_repositories @additional_code_repositories end |
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def default_code_repository @default_code_repository end |
#direct_internet_access ⇒ "Enabled", "Disabled"
Returns the value of attribute direct_internet_access.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def direct_internet_access @direct_internet_access end |
#instance_metadata_service_configuration ⇒ Types::InstanceMetadataServiceConfiguration
Returns the value of attribute instance_metadata_service_configuration.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def instance_type @instance_type end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def kms_key_id @kms_key_id end |
#lifecycle_config_name ⇒ ::String
Returns the value of attribute lifecycle_config_name.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def lifecycle_config_name @lifecycle_config_name end |
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def notebook_instance_name @notebook_instance_name end |
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def platform_identifier @platform_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def role_arn @role_arn end |
#root_access ⇒ "Enabled", "Disabled"
Returns the value of attribute root_access.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def root_access @root_access end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def security_group_ids @security_group_ids end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def volume_size_in_gb @volume_size_in_gb end |