Class: Aws::Types::DescribeNotebookInstanceOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNotebookInstanceOutput
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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 ⇒ "Pending", ...
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 ⇒ "Enabled", "Disabled"
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[("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.
4942 4943 4944 |
# File 'sig/types.rbs', line 4942 def accelerator_types @accelerator_types end |
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
4944 4945 4946 |
# File 'sig/types.rbs', line 4944 def additional_code_repositories @additional_code_repositories end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4938 4939 4940 |
# File 'sig/types.rbs', line 4938 def creation_time @creation_time end |
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
4943 4944 4945 |
# File 'sig/types.rbs', line 4943 def default_code_repository @default_code_repository end |
#direct_internet_access ⇒ "Enabled", "Disabled"
Returns the value of attribute direct_internet_access.
4940 4941 4942 |
# File 'sig/types.rbs', line 4940 def direct_internet_access @direct_internet_access end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4928 4929 4930 |
# File 'sig/types.rbs', line 4928 def failure_reason @failure_reason end |
#instance_metadata_service_configuration ⇒ Types::InstanceMetadataServiceConfiguration
Returns the value of attribute instance_metadata_service_configuration.
4947 4948 4949 |
# File 'sig/types.rbs', line 4947 def end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def instance_type @instance_type end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4935 4936 4937 |
# File 'sig/types.rbs', line 4935 def kms_key_id @kms_key_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4937 4938 4939 |
# File 'sig/types.rbs', line 4937 def last_modified_time @last_modified_time end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
4936 4937 4938 |
# File 'sig/types.rbs', line 4936 def network_interface_id @network_interface_id end |
#notebook_instance_arn ⇒ ::String
Returns the value of attribute notebook_instance_arn.
4925 4926 4927 |
# File 'sig/types.rbs', line 4925 def notebook_instance_arn @notebook_instance_arn end |
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
4939 4940 4941 |
# File 'sig/types.rbs', line 4939 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
4926 4927 4928 |
# File 'sig/types.rbs', line 4926 def notebook_instance_name @notebook_instance_name end |
#notebook_instance_status ⇒ "Pending", ...
Returns the value of attribute notebook_instance_status.
4927 4928 4929 |
# File 'sig/types.rbs', line 4927 def notebook_instance_status @notebook_instance_status end |
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
4946 4947 4948 |
# File 'sig/types.rbs', line 4946 def platform_identifier @platform_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4934 4935 4936 |
# File 'sig/types.rbs', line 4934 def role_arn @role_arn end |
#root_access ⇒ "Enabled", "Disabled"
Returns the value of attribute root_access.
4945 4946 4947 |
# File 'sig/types.rbs', line 4945 def root_access @root_access end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
4933 4934 4935 |
# File 'sig/types.rbs', line 4933 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
4932 4933 4934 |
# File 'sig/types.rbs', line 4932 def subnet_id @subnet_id end |
#url ⇒ ::String
Returns the value of attribute url.
4929 4930 4931 |
# File 'sig/types.rbs', line 4929 def url @url end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
4941 4942 4943 |
# File 'sig/types.rbs', line 4941 def volume_size_in_gb @volume_size_in_gb end |