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.
-
#cluster ⇒ String
The name of the cluster that contains 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.
3827 3828 3829 3830 3831 3832 |
# File 'lib/aws-sdk-ecs/types.rb', line 3827 class DeleteCapacityProviderRequest < Struct.new( :capacity_provider, :cluster) SENSITIVE = [] include Aws::Structure end |
#cluster ⇒ String
The name of the cluster that contains the capacity provider to delete. Managed instances capacity providers are cluster-scoped and can only be deleted from their associated cluster.
3827 3828 3829 3830 3831 3832 |
# File 'lib/aws-sdk-ecs/types.rb', line 3827 class DeleteCapacityProviderRequest < Struct.new( :capacity_provider, :cluster) SENSITIVE = [] include Aws::Structure end |