Class: Aws::Lambda::Types::PutFunctionScalingConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::PutFunctionScalingConfigResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_state ⇒ String
The current state of the function after applying the scaling configuration.
Instance Attribute Details
#function_state ⇒ String
The current state of the function after applying the scaling configuration.
7777 7778 7779 7780 7781 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 7777 class PutFunctionScalingConfigResponse < Struct.new( :function_state) SENSITIVE = [] include Aws::Structure end |