Class: Aws::DataZone::Types::EnvironmentConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The environment configuration for a notebook run in Amazon DataZone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_versionString

The image version for the notebook run environment.

Returns:

  • (String)


7874
7875
7876
7877
7878
7879
# File 'lib/aws-sdk-datazone/types.rb', line 7874

class EnvironmentConfig < Struct.new(
  :image_version,
  :package_config)
  SENSITIVE = []
  include Aws::Structure
end

#package_configTypes::PackageConfig

The package configuration for the notebook run environment.



7874
7875
7876
7877
7878
7879
# File 'lib/aws-sdk-datazone/types.rb', line 7874

class EnvironmentConfig < Struct.new(
  :image_version,
  :package_config)
  SENSITIVE = []
  include Aws::Structure
end