Class: Aws::Types::AwsSageMakerNotebookInstanceDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_types::Array[::String]

Returns the value of attribute accelerator_types.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4155
4156
4157
# File 'sig/types.rbs', line 4155

def failure_reason
  @failure_reason
end

#instance_metadata_service_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


4168
4169
4170
# File 'sig/types.rbs', line 4168

def subnet_id
  @subnet_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


4170
4171
4172
# File 'sig/types.rbs', line 4170

def volume_size_in_gb
  @volume_size_in_gb
end