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.
1370 1371 1372 1373 1374 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1370 class CreateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |