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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/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:



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_environmentString

The name or ARN of the service environment to update.

Returns:

  • (String)


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

#stateString

The state of the service environment.

Returns:

  • (String)


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