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