Class: Aws::Lambda::Types::UpdateCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::UpdateCapacityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider ⇒ Types::CapacityProvider
Information about the updated capacity provider.
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
Information about the updated capacity provider.
7288 7289 7290 7291 7292 |
# File 'lib/aws-sdk-lambda/types.rb', line 7288 class UpdateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |