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.
2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2074 class DeleteCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |