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.



1796
1797
1798
# File 'sig/types.rbs', line 1796

def active_directory
  @active_directory
end

#federated_authenticationTypes::FederatedAuthentication

Returns the value of attribute federated_authentication.



1798
1799
1800
# File 'sig/types.rbs', line 1798

def federated_authentication
  @federated_authentication
end

#mutual_authenticationTypes::CertificateAuthentication

Returns the value of attribute mutual_authentication.



1797
1798
1799
# File 'sig/types.rbs', line 1797

def mutual_authentication
  @mutual_authentication
end

#type"certificate-authentication", ...

Returns the value of attribute type.

Returns:

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


1795
1796
1797
# File 'sig/types.rbs', line 1795

def type
  @type
end