Class: Aws::Types::AwsSageMakerNotebookInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsSageMakerNotebookInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_types ⇒ ::Array[::String]
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 ⇒ ::String
Returns the value of attribute direct_internet_access.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#instance_metadata_service_configuration ⇒ Types::AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
Returns the value of attribute instance_metadata_service_configuration.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#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 ⇒ ::String
Returns the value of attribute notebook_instance_status.
-
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#root_access ⇒ ::String
Returns the value of attribute root_access.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#accelerator_types ⇒ ::Array[::String]
Returns the value of attribute accelerator_types.
4151 4152 4153 |
# File 'sig/types.rbs', line 4151 def accelerator_types @accelerator_types end |
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
4152 4153 4154 |
# File 'sig/types.rbs', line 4152 def additional_code_repositories @additional_code_repositories end |
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
4153 4154 4155 |
# File 'sig/types.rbs', line 4153 def default_code_repository @default_code_repository end |
#direct_internet_access ⇒ ::String
Returns the value of attribute direct_internet_access.
4154 4155 4156 |
# File 'sig/types.rbs', line 4154 def direct_internet_access @direct_internet_access end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4155 4156 4157 |
# File 'sig/types.rbs', line 4155 def failure_reason @failure_reason end |
#instance_metadata_service_configuration ⇒ Types::AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
Returns the value of attribute instance_metadata_service_configuration.
4156 4157 4158 |
# File 'sig/types.rbs', line 4156 def @instance_metadata_service_configuration end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
4157 4158 4159 |
# File 'sig/types.rbs', line 4157 def instance_type @instance_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4158 4159 4160 |
# File 'sig/types.rbs', line 4158 def kms_key_id @kms_key_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
4159 4160 4161 |
# File 'sig/types.rbs', line 4159 def network_interface_id @network_interface_id end |
#notebook_instance_arn ⇒ ::String
Returns the value of attribute notebook_instance_arn.
4160 4161 4162 |
# File 'sig/types.rbs', line 4160 def notebook_instance_arn @notebook_instance_arn end |
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
4161 4162 4163 |
# File 'sig/types.rbs', line 4161 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
4162 4163 4164 |
# File 'sig/types.rbs', line 4162 def notebook_instance_name @notebook_instance_name end |
#notebook_instance_status ⇒ ::String
Returns the value of attribute notebook_instance_status.
4163 4164 4165 |
# File 'sig/types.rbs', line 4163 def notebook_instance_status @notebook_instance_status end |
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
4164 4165 4166 |
# File 'sig/types.rbs', line 4164 def platform_identifier @platform_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4165 4166 4167 |
# File 'sig/types.rbs', line 4165 def role_arn @role_arn end |
#root_access ⇒ ::String
Returns the value of attribute root_access.
4166 4167 4168 |
# File 'sig/types.rbs', line 4166 def root_access @root_access end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def subnet_id @subnet_id end |
#url ⇒ ::String
Returns the value of attribute url.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def url @url end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
4170 4171 4172 |
# File 'sig/types.rbs', line 4170 def volume_size_in_gb @volume_size_in_gb end |