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.
4155 4156 4157 4158 4159 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4155 class GetCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |