Class: Aws::Batch::Types::UpdateServiceEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateServiceEnvironmentRequest
- Defined in:
- gems/aws-sdk-batch/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.
10097 10098 10099 10100 10101 10102 10103 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10097 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.
10097 10098 10099 10100 10101 10102 10103 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10097 class UpdateServiceEnvironmentRequest < Struct.new( :service_environment, :state, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the service environment.
10097 10098 10099 10100 10101 10102 10103 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10097 class UpdateServiceEnvironmentRequest < Struct.new( :service_environment, :state, :capacity_limits) SENSITIVE = [] include Aws::Structure end |