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.
4085 4086 4087 4088 4089 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4085 class GetCapacityProviderRequest < Struct.new( :capacity_provider_name) SENSITIVE = [] include Aws::Structure end |