Class: Aws::Deadline::Types::EnvironmentDetailsIdentifiers
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::EnvironmentDetailsIdentifiers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The IDs of the job and environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The environment ID.
-
#job_id ⇒ String
The job ID.
Instance Attribute Details
#environment_id ⇒ String
The environment ID.
2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-deadline/types.rb', line 2188 class EnvironmentDetailsIdentifiers < Struct.new( :job_id, :environment_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID.
2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-deadline/types.rb', line 2188 class EnvironmentDetailsIdentifiers < Struct.new( :job_id, :environment_id) SENSITIVE = [] include Aws::Structure end |