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.



1718
1719
1720
# File 'sig/types.rbs', line 1718

def active_directory
  @active_directory
end

#federated_authenticationTypes::FederatedAuthenticationRequest

Returns the value of attribute federated_authentication.



1720
1721
1722
# File 'sig/types.rbs', line 1720

def federated_authentication
  @federated_authentication
end

#mutual_authenticationTypes::CertificateAuthenticationRequest

Returns the value of attribute mutual_authentication.



1719
1720
1721
# File 'sig/types.rbs', line 1719

def mutual_authentication
  @mutual_authentication
end

#type"certificate-authentication", ...

Returns the value of attribute type.

Returns:

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


1717
1718
1719
# File 'sig/types.rbs', line 1717

def type
  @type
end