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.



13610
13611
13612
13613
13614
13615
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13610

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)


13610
13611
13612
13613
13614
13615
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13610

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