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:



11390
11391
11392
11393
11394
11395
11396
# File 'lib/aws-sdk-batch/types.rb', line 11390

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)


11390
11391
11392
11393
11394
11395
11396
# File 'lib/aws-sdk-batch/types.rb', line 11390

class UpdateServiceEnvironmentRequest < Struct.new(
  :service_environment,
  :state,
  :capacity_limits)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the service environment.

Returns:

  • (String)


11390
11391
11392
11393
11394
11395
11396
# File 'lib/aws-sdk-batch/types.rb', line 11390

class UpdateServiceEnvironmentRequest < Struct.new(
  :service_environment,
  :state,
  :capacity_limits)
  SENSITIVE = []
  include Aws::Structure
end