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.
4927 4928 4929 |
# File 'sig/types.rbs', line 4927 def accelerator_types @accelerator_types end |
#additional_code_repositories ⇒ ::Array[::String]
Returns the value of attribute additional_code_repositories.
4929 4930 4931 |
# File 'sig/types.rbs', line 4929 def additional_code_repositories @additional_code_repositories end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4923 4924 4925 |
# File 'sig/types.rbs', line 4923 def creation_time @creation_time end |
#default_code_repository ⇒ ::String
Returns the value of attribute default_code_repository.
4928 4929 4930 |
# File 'sig/types.rbs', line 4928 def default_code_repository @default_code_repository end |
#direct_internet_access ⇒ "Enabled", "Disabled"
Returns the value of attribute direct_internet_access.
4925 4926 4927 |
# File 'sig/types.rbs', line 4925 def direct_internet_access @direct_internet_access end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4913 4914 4915 |
# File 'sig/types.rbs', line 4913 def failure_reason @failure_reason end |
#instance_metadata_service_configuration ⇒ Types::InstanceMetadataServiceConfiguration
Returns the value of attribute instance_metadata_service_configuration.
4932 4933 4934 |
# File 'sig/types.rbs', line 4932 def @instance_metadata_service_configuration end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
4915 4916 4917 |
# File 'sig/types.rbs', line 4915 def instance_type @instance_type end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
4916 4917 4918 |
# File 'sig/types.rbs', line 4916 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4920 4921 4922 |
# File 'sig/types.rbs', line 4920 def kms_key_id @kms_key_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4922 4923 4924 |
# File 'sig/types.rbs', line 4922 def last_modified_time @last_modified_time end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
4921 4922 4923 |
# File 'sig/types.rbs', line 4921 def network_interface_id @network_interface_id end |
#notebook_instance_arn ⇒ ::String
Returns the value of attribute notebook_instance_arn.
4910 4911 4912 |
# File 'sig/types.rbs', line 4910 def notebook_instance_arn @notebook_instance_arn end |
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
4924 4925 4926 |
# File 'sig/types.rbs', line 4924 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#notebook_instance_name ⇒ ::String
Returns the value of attribute notebook_instance_name.
4911 4912 4913 |
# File 'sig/types.rbs', line 4911 def notebook_instance_name @notebook_instance_name end |
#notebook_instance_status ⇒ "Pending", ...
Returns the value of attribute notebook_instance_status.
4912 4913 4914 |
# File 'sig/types.rbs', line 4912 def notebook_instance_status @notebook_instance_status end |
#platform_identifier ⇒ ::String
Returns the value of attribute platform_identifier.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def platform_identifier @platform_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4919 4920 4921 |
# File 'sig/types.rbs', line 4919 def role_arn @role_arn end |
#root_access ⇒ "Enabled", "Disabled"
Returns the value of attribute root_access.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def root_access @root_access end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
4918 4919 4920 |
# File 'sig/types.rbs', line 4918 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
4917 4918 4919 |
# File 'sig/types.rbs', line 4917 def subnet_id @subnet_id end |
#url ⇒ ::String
Returns the value of attribute url.
4914 4915 4916 |
# File 'sig/types.rbs', line 4914 def url @url end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
4926 4927 4928 |
# File 'sig/types.rbs', line 4926 def volume_size_in_gb @volume_size_in_gb end |