Class: Aws::DataZone::Types::EnvironmentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentConfig
- 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
-
#image_version ⇒ String
The image version for the notebook run environment.
-
#package_config ⇒ Types::PackageConfig
The package configuration for the notebook run environment.
Instance Attribute Details
#image_version ⇒ String
The image version 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 |
#package_config ⇒ Types::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 |