Class: Aws::ECS::Types::UpdateCapacityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateCapacityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_provider ⇒ Types::AutoScalingGroupProviderUpdate
An object that represent the parameters to update for the Auto Scaling group capacity provider.
-
#name ⇒ String
The name of the capacity provider to update.
Instance Attribute Details
#auto_scaling_group_provider ⇒ Types::AutoScalingGroupProviderUpdate
An object that represent the parameters to update for the Auto Scaling group capacity provider.
12957 12958 12959 12960 12961 12962 |
# File 'lib/aws-sdk-ecs/types.rb', line 12957 class UpdateCapacityProviderRequest < Struct.new( :name, :auto_scaling_group_provider) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the capacity provider to update.
12957 12958 12959 12960 12961 12962 |
# File 'lib/aws-sdk-ecs/types.rb', line 12957 class UpdateCapacityProviderRequest < Struct.new( :name, :auto_scaling_group_provider) SENSITIVE = [] include Aws::Structure end |