Class: Aws::Types::ClientVpnAuthenticationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directoryTypes::DirectoryServiceAuthenticationRequest

Returns the value of attribute active_directory.



1804
1805
1806
# File 'sig/types.rbs', line 1804

def active_directory
  @active_directory
end

#federated_authenticationTypes::FederatedAuthenticationRequest

Returns the value of attribute federated_authentication.



1806
1807
1808
# File 'sig/types.rbs', line 1806

def federated_authentication
  @federated_authentication
end

#mutual_authenticationTypes::CertificateAuthenticationRequest

Returns the value of attribute mutual_authentication.



1805
1806
1807
# File 'sig/types.rbs', line 1805

def mutual_authentication
  @mutual_authentication
end

#type"certificate-authentication", ...

Returns the value of attribute type.

Returns:

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


1803
1804
1805
# File 'sig/types.rbs', line 1803

def type
  @type
end