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.
3341 3342 3343 3344 3345 |
# File 'lib/aws-sdk-ecs/types.rb', line 3341 class DeleteCapacityProviderRequest < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |