Class: Aws::Lambda::Types::GetCapacityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetCapacityProviderRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider_name ⇒ String
The name of the capacity provider to retrieve.
Instance Attribute Details
#capacity_provider_name ⇒ String
The name of the capacity provider to retrieve.
4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4142 class GetCapacityProviderRequest < Struct.new( :capacity_provider_name) SENSITIVE = [] include Aws::Structure end |