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.
9067 9068 9069 9070 9071 |
# File 'lib/aws-sdk-lambda/types.rb', line 9067 class UpdateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |