Class: Aws::SageMaker::Types::DescribeNotebookInstanceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_typesArray<String>

A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

Returns:

  • (Array<String>)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#additional_code_repositoriesArray<String>

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

Returns:

  • (Array<String>)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A timestamp. Use this parameter to return the time when the notebook instance was created

Returns:

  • (Time)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#default_code_repositoryString

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#direct_internet_accessString

Describes whether SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to SageMaker training and endpoint services.

For more information, see Notebook Instances Are Internet-Enabled by Default.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If status is Failed, the reason it failed.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#instance_metadata_service_configurationTypes::InstanceMetadataServiceConfiguration

Information on the IMDS configuration of the notebook instance



15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The type of ML compute instance running on the notebook instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.

Returns:

  • (Time)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The network interface IDs that SageMaker created at the time of creating the instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_arnString

The Amazon Resource Name (ARN) of the notebook instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_lifecycle_config_nameString

Returns the name of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_nameString

The name of the SageMaker notebook instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_statusString

The status of the notebook instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#platform_identifierString

The platform identifier of the notebook instance runtime environment.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role associated with the instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#root_accessString

Whether root access is enabled or disabled for users of the notebook instance.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The IDs of the VPC security groups.

Returns:

  • (Array<String>)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the VPC subnet.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.

Returns:

  • (String)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#volume_size_in_gbInteger

The size, in GB, of the ML storage volume attached to the notebook instance.

Returns:

  • (Integer)


15760
15761
15762
15763
15764
15765
15766
15767
15768
15769
15770
15771
15772
15773
15774
15775
15776
15777
15778
15779
15780
15781
15782
15783
15784
15785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15760

class DescribeNotebookInstanceOutput < Struct.new(
  :notebook_instance_arn,
  :notebook_instance_name,
  :notebook_instance_status,
  :failure_reason,
  :url,
  :instance_type,
  :subnet_id,
  :security_groups,
  :role_arn,
  :kms_key_id,
  :network_interface_id,
  :last_modified_time,
  :creation_time,
  :notebook_instance_lifecycle_config_name,
  :direct_internet_access,
  :volume_size_in_gb,
  :accelerator_types,
  :default_code_repository,
  :additional_code_repositories,
  :root_access,
  :platform_identifier,
  :instance_metadata_service_configuration)
  SENSITIVE = []
  include Aws::Structure
end