Class: Aws::Lambda::Types::DeleteCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DeleteCapacityProviderResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider ⇒ Types::CapacityProvider
Information about the deleted capacity provider.
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
Information about the deleted capacity provider.
2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2063 class DeleteCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |