Class: Aws::EC2::Types::ClientConnectResponseOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClientConnectResponseOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The options for managing connection authorization for new client connections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether client connect options are enabled.
-
#lambda_function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
-
#status ⇒ Types::ClientVpnEndpointAttributeStatus
The status of any updates to the client connect options.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether client connect options are enabled.
5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-ec2/types.rb', line 5895 class ClientConnectResponseOptions < Struct.new( :enabled, :lambda_function_arn, :status) SENSITIVE = [] include Aws::Structure end |
#lambda_function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-ec2/types.rb', line 5895 class ClientConnectResponseOptions < Struct.new( :enabled, :lambda_function_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ClientVpnEndpointAttributeStatus
The status of any updates to the client connect options.
5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-ec2/types.rb', line 5895 class ClientConnectResponseOptions < Struct.new( :enabled, :lambda_function_arn, :status) SENSITIVE = [] include Aws::Structure end |