Class: Aws::Lambda::Types::GetCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetCapacityProviderResponse
- 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, including its configuration and current state.
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
Information about the capacity provider, including its configuration and current state.
4098 4099 4100 4101 4102 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4098 class GetCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |