Class: Aws::Lambda::Types::FunctionVersionsByCapacityProviderListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::FunctionVersionsByCapacityProviderListItem
- Defined in:
- gems/aws-sdk-lambda/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.
3996 3997 3998 3999 4000 4001 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3996 class FunctionVersionsByCapacityProviderListItem < Struct.new( :function_arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the function version.
3996 3997 3998 3999 4000 4001 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3996 class FunctionVersionsByCapacityProviderListItem < Struct.new( :function_arn, :state) SENSITIVE = [] include Aws::Structure end |