Class: Aws::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory ⇒ Types::AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails
Returns the value of attribute active_directory.
-
#federated_authentication ⇒ Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
Returns the value of attribute federated_authentication.
-
#mutual_authentication ⇒ Types::AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails
Returns the value of attribute mutual_authentication.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#active_directory ⇒ Types::AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails
Returns the value of attribute active_directory.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def active_directory @active_directory end |
#federated_authentication ⇒ Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
Returns the value of attribute federated_authentication.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def federated_authentication @federated_authentication end |
#mutual_authentication ⇒ Types::AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails
Returns the value of attribute mutual_authentication.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def mutual_authentication @mutual_authentication end |
#type ⇒ ::String
Returns the value of attribute type.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def type @type end |