Class: Aws::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directoryTypes::AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails

Returns the value of attribute active_directory.



1332
1333
1334
# File 'sig/types.rbs', line 1332

def active_directory
  @active_directory
end

#federated_authenticationTypes::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails

Returns the value of attribute federated_authentication.



1334
1335
1336
# File 'sig/types.rbs', line 1334

def federated_authentication
  @federated_authentication
end

#mutual_authenticationTypes::AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails

Returns the value of attribute mutual_authentication.



1333
1334
1335
# File 'sig/types.rbs', line 1333

def mutual_authentication
  @mutual_authentication
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def type
  @type
end