Class: Aws::Batch::Types::UpdateServiceEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateServiceEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_limits ⇒ Array<Types::CapacityLimit>
The capacity limits for the service environment.
-
#service_environment ⇒ String
The name or ARN of the service environment to update.
-
#state ⇒ String
The state of the service environment.
Instance Attribute Details
#capacity_limits ⇒ Array<Types::CapacityLimit>
The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.
10220 10221 10222 10223 10224 10225 10226 |
# File 'lib/aws-sdk-batch/types.rb', line 10220 class UpdateServiceEnvironmentRequest < Struct.new( :service_environment, :state, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#service_environment ⇒ String
The name or ARN of the service environment to update.
10220 10221 10222 10223 10224 10225 10226 |
# File 'lib/aws-sdk-batch/types.rb', line 10220 class UpdateServiceEnvironmentRequest < Struct.new( :service_environment, :state, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the service environment.
10220 10221 10222 10223 10224 10225 10226 |
# File 'lib/aws-sdk-batch/types.rb', line 10220 class UpdateServiceEnvironmentRequest < Struct.new( :service_environment, :state, :capacity_limits) SENSITIVE = [] include Aws::Structure end |