Class: Aws::Deadline::Types::EnvironmentDetailsEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::EnvironmentDetailsEntity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a specified environment.
Constant Summary collapse
- SENSITIVE =
[:template]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The environment ID.
-
#job_id ⇒ String
The job ID.
-
#schema_version ⇒ String
The schema version in the environment.
-
#template ⇒ Hash, ...
The template used for the environment.
Instance Attribute Details
#environment_id ⇒ String
The environment ID.
2138 2139 2140 2141 2142 2143 2144 2145 |
# File 'lib/aws-sdk-deadline/types.rb', line 2138 class EnvironmentDetailsEntity < Struct.new( :job_id, :environment_id, :schema_version, :template) SENSITIVE = [:template] include Aws::Structure end |
#job_id ⇒ String
The job ID.
2138 2139 2140 2141 2142 2143 2144 2145 |
# File 'lib/aws-sdk-deadline/types.rb', line 2138 class EnvironmentDetailsEntity < Struct.new( :job_id, :environment_id, :schema_version, :template) SENSITIVE = [:template] include Aws::Structure end |
#schema_version ⇒ String
The schema version in the environment.
2138 2139 2140 2141 2142 2143 2144 2145 |
# File 'lib/aws-sdk-deadline/types.rb', line 2138 class EnvironmentDetailsEntity < Struct.new( :job_id, :environment_id, :schema_version, :template) SENSITIVE = [:template] include Aws::Structure end |
#template ⇒ Hash, ...
The template used for the environment.
2138 2139 2140 2141 2142 2143 2144 2145 |
# File 'lib/aws-sdk-deadline/types.rb', line 2138 class EnvironmentDetailsEntity < Struct.new( :job_id, :environment_id, :schema_version, :template) SENSITIVE = [:template] include Aws::Structure end |