Class: Aws::Types::UpdateNotebookInstanceInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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.



12413
12414
12415
# File 'sig/types.rbs', line 12413

def accelerator_types
  @accelerator_types
end

#additional_code_repositories::Array[::String]

Returns the value of attribute additional_code_repositories.



12412
12413
12414
# File 'sig/types.rbs', line 12412

def additional_code_repositories
  @additional_code_repositories
end

#default_code_repository::String

Returns the value of attribute default_code_repository.



12411
12412
12413
# File 'sig/types.rbs', line 12411

def default_code_repository
  @default_code_repository
end

#disassociate_accelerator_typesBoolean

Returns the value of attribute disassociate_accelerator_types.



12414
12415
12416
# File 'sig/types.rbs', line 12414

def disassociate_accelerator_types
  @disassociate_accelerator_types
end

#disassociate_additional_code_repositoriesBoolean

Returns the value of attribute disassociate_additional_code_repositories.



12416
12417
12418
# File 'sig/types.rbs', line 12416

def disassociate_additional_code_repositories
  @disassociate_additional_code_repositories
end

#disassociate_default_code_repositoryBoolean

Returns the value of attribute disassociate_default_code_repository.



12415
12416
12417
# File 'sig/types.rbs', line 12415

def disassociate_default_code_repository
  @disassociate_default_code_repository
end

#disassociate_lifecycle_configBoolean

Returns the value of attribute disassociate_lifecycle_config.



12409
12410
12411
# File 'sig/types.rbs', line 12409

def disassociate_lifecycle_config
  @disassociate_lifecycle_config
end

#instance_metadata_service_configurationTypes::InstanceMetadataServiceConfiguration

Returns the value of attribute instance_metadata_service_configuration.



12418
12419
12420
# File 'sig/types.rbs', line 12418

def 
  
end

#instance_type"ml.t2.medium", ...

Returns the value of attribute instance_type.



12404
12405
12406
# File 'sig/types.rbs', line 12404

def instance_type
  @instance_type
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.



12405
12406
12407
# File 'sig/types.rbs', line 12405

def ip_address_type
  @ip_address_type
end

#lifecycle_config_name::String

Returns the value of attribute lifecycle_config_name.



12408
12409
12410
# File 'sig/types.rbs', line 12408

def lifecycle_config_name
  @lifecycle_config_name
end

#notebook_instance_name::String

Returns the value of attribute notebook_instance_name.



12403
12404
12405
# File 'sig/types.rbs', line 12403

def notebook_instance_name
  @notebook_instance_name
end

#platform_identifier::String

Returns the value of attribute platform_identifier.



12406
12407
12408
# File 'sig/types.rbs', line 12406

def platform_identifier
  @platform_identifier
end

#role_arn::String

Returns the value of attribute role_arn.



12407
12408
12409
# File 'sig/types.rbs', line 12407

def role_arn
  @role_arn
end

#root_access"Enabled", "Disabled"

Returns the value of attribute root_access.



12417
12418
12419
# File 'sig/types.rbs', line 12417

def root_access
  @root_access
end

#volume_size_in_gb::Integer

Returns the value of attribute volume_size_in_gb.



12410
12411
12412
# File 'sig/types.rbs', line 12410

def volume_size_in_gb
  @volume_size_in_gb
end