Class: Aws::Lambda::Types::FunctionVersionsByCapacityProviderListItem

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

Overview

Information about a function version that uses a specific capacity provider, including its ARN and current state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_arnString

The Amazon Resource Name (ARN) of the function version.

Returns:

  • (String)


4053
4054
4055
4056
4057
4058
# File 'lib/aws-sdk-lambda/types.rb', line 4053

class FunctionVersionsByCapacityProviderListItem < Struct.new(
  :function_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the function version.

Returns:

  • (String)


4053
4054
4055
4056
4057
4058
# File 'lib/aws-sdk-lambda/types.rb', line 4053

class FunctionVersionsByCapacityProviderListItem < Struct.new(
  :function_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end