Class: Aws::Lambda::Types::GetFunctionScalingConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetFunctionScalingConfigRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_name ⇒ String
The name or ARN of the Lambda function.
-
#qualifier ⇒ String
Specify a version or alias to get the scaling configuration for a published version of the function.
Instance Attribute Details
#function_name ⇒ String
The name or ARN of the Lambda function.
4692 4693 4694 4695 4696 4697 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4692 class GetFunctionScalingConfigRequest < Struct.new( :function_name, :qualifier) SENSITIVE = [] include Aws::Structure end |
#qualifier ⇒ String
Specify a version or alias to get the scaling configuration for a published version of the function.
4692 4693 4694 4695 4696 4697 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4692 class GetFunctionScalingConfigRequest < Struct.new( :function_name, :qualifier) SENSITIVE = [] include Aws::Structure end |