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.
2051 2052 2053 2054 2055 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2051 class DeleteCapacityProviderRequest < Struct.new( :capacity_provider_name) SENSITIVE = [] include Aws::Structure end |