Class: Aws::ECS::Types::UpdateCapacityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateCapacityProviderRequest
- Defined in:
- gems/aws-sdk-ecs/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.
11153 11154 11155 11156 11157 11158 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11153 class UpdateCapacityProviderRequest < Struct.new( :name, :auto_scaling_group_provider) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the capacity provider to update.
11153 11154 11155 11156 11157 11158 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11153 class UpdateCapacityProviderRequest < Struct.new( :name, :auto_scaling_group_provider) SENSITIVE = [] include Aws::Structure end |