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.
1425 1426 1427 1428 1429 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1425 class CreateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |