Class: Aws::ECS::Types::UpdateCapacityProviderRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_providerTypes::AutoScalingGroupProviderUpdate

An object that represent the parameters to update for the Auto Scaling group capacity provider.



11932
11933
11934
11935
11936
11937
# File 'lib/aws-sdk-ecs/types.rb', line 11932

class UpdateCapacityProviderRequest < Struct.new(
  :name,
  :auto_scaling_group_provider)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the capacity provider to update.

Returns:

  • (String)


11932
11933
11934
11935
11936
11937
# File 'lib/aws-sdk-ecs/types.rb', line 11932

class UpdateCapacityProviderRequest < Struct.new(
  :name,
  :auto_scaling_group_provider)
  SENSITIVE = []
  include Aws::Structure
end