Class: Aws::EC2::Types::ClientConnectResponseOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#enabled ⇒ Boolean

Indicates whether client connect options are enabled.

Returns:

  • (Boolean)


7835
7836
7837
7838
7839
7840
7841
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7835

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.

Returns:

  • (String)


7835
7836
7837
7838
7839
7840
7841
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7835

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.



7835
7836
7837
7838
7839
7840
7841
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7835

class ClientConnectResponseOptions < Struct.new(
  :enabled,
  :lambda_function_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end