Class: Aws::Types::ClientVpnAuthentication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directoryTypes::DirectoryServiceAuthentication

Returns the value of attribute active_directory.



1710
1711
1712
# File 'sig/types.rbs', line 1710

def active_directory
  @active_directory
end

#federated_authenticationTypes::FederatedAuthentication

Returns the value of attribute federated_authentication.



1712
1713
1714
# File 'sig/types.rbs', line 1712

def federated_authentication
  @federated_authentication
end

#mutual_authenticationTypes::CertificateAuthentication

Returns the value of attribute mutual_authentication.



1711
1712
1713
# File 'sig/types.rbs', line 1711

def mutual_authentication
  @mutual_authentication
end

#type"certificate-authentication", ...

Returns the value of attribute type.

Returns:

  • ("certificate-authentication", "directory-service-authentication", "federated-authentication")


1709
1710
1711
# File 'sig/types.rbs', line 1709

def type
  @type
end