Class: Aws::ECS::Types::DeleteCapacityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteCapacityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider ⇒ String
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
Instance Attribute Details
#capacity_provider ⇒ String
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
3250 3251 3252 3253 3254 |
# File 'lib/aws-sdk-ecs/types.rb', line 3250 class DeleteCapacityProviderRequest < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |