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.



1812
1813
1814
# File 'sig/types.rbs', line 1812

def active_directory
  @active_directory
end

#federated_authenticationTypes::FederatedAuthentication

Returns the value of attribute federated_authentication.



1814
1815
1816
# File 'sig/types.rbs', line 1814

def federated_authentication
  @federated_authentication
end

#mutual_authenticationTypes::CertificateAuthentication

Returns the value of attribute mutual_authentication.



1813
1814
1815
# File 'sig/types.rbs', line 1813

def mutual_authentication
  @mutual_authentication
end

#type"certificate-authentication", ...

Returns the value of attribute type.

Returns:

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


1811
1812
1813
# File 'sig/types.rbs', line 1811

def type
  @type
end