Class: Aws::WorkMail::Types::LambdaAvailabilityProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::LambdaAvailabilityProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Describes a Lambda based availability provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
Instance Attribute Details
#lambda_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
2945 2946 2947 2948 2949 |
# File 'lib/aws-sdk-workmail/types.rb', line 2945 class LambdaAvailabilityProvider < Struct.new( :lambda_arn) SENSITIVE = [] include Aws::Structure end |