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

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



11928
11929
11930
11931
11932
11933
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11928

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)


11928
11929
11930
11931
11932
11933
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11928

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