Class: Aws::Lambda::Types::FunctionVersionsByCapacityProviderListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::FunctionVersionsByCapacityProviderListItem
- 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
-
#function_arn ⇒ String
The Amazon Resource Name (ARN) of the function version.
-
#state ⇒ String
The current state of the function version.
Instance Attribute Details
#function_arn ⇒ String
The Amazon Resource Name (ARN) of the function version.
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 |
#state ⇒ String
The current state of the function version.
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 |