Class: Aws::ECS::Types::DeleteCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteCapacityProviderResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider ⇒ Types::CapacityProvider
The details of the capacity provider.
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
The details of the capacity provider.
3326 3327 3328 3329 3330 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3326 class DeleteCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |