Class: Aws::Lambda::Types::PutFunctionScalingConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_stateString

The current state of the function after applying the scaling configuration.

Returns:

  • (String)


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