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.
4635 4636 4637 4638 4639 4640 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4635 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.
4635 4636 4637 4638 4639 4640 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4635 class GetFunctionScalingConfigRequest < Struct.new( :function_name, :qualifier) SENSITIVE = [] include Aws::Structure end |