Class: Aws::Lambda::Types::UpdateCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::UpdateCapacityProviderResponse
- 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 updated capacity provider.
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
Information about the updated capacity provider.
8948 8949 8950 8951 8952 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8948 class UpdateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |