Class: Aws::Lambda::Types::DeleteCapacityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DeleteCapacityProviderRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider_name ⇒ String
The name of the capacity provider to delete.
Instance Attribute Details
#capacity_provider_name ⇒ String
The name of the capacity provider to delete.
2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2062 class DeleteCapacityProviderRequest < Struct.new( :capacity_provider_name) SENSITIVE = [] include Aws::Structure end |