Class: Aws::Lambda::Types::CreateCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CreateCapacityProviderResponse
- 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 capacity provider that was created.
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
Information about the capacity provider that was created.
1269 1270 1271 1272 1273 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1269 class CreateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |