Class: Aws::DataZone::Types::ComputeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ComputeConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The compute configuration for a notebook run in Amazon DataZone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_version ⇒ String
The environment version for the notebook run compute.
-
#instance_type ⇒ String
The instance type for the notebook run compute.
Instance Attribute Details
#environment_version ⇒ String
The environment version for the notebook run compute.
1951 1952 1953 1954 1955 1956 |
# File 'lib/aws-sdk-datazone/types.rb', line 1951 class ComputeConfig < Struct.new( :instance_type, :environment_version) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type for the notebook run compute.
1951 1952 1953 1954 1955 1956 |
# File 'lib/aws-sdk-datazone/types.rb', line 1951 class ComputeConfig < Struct.new( :instance_type, :environment_version) SENSITIVE = [] include Aws::Structure end |