Class: Aws::Batch::Types::UpdateServiceEnvironmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limitsArray<Types::CapacityLimit>

The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.

Returns:



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_environmentString

The name or ARN of the service environment to update.

Returns:

  • (String)


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

#stateString

The state of the service environment.

Returns:

  • (String)


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