Class: Aws::Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
-
#status ⇒ Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
Returns the value of attribute status.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def enabled @enabled end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def lambda_function_arn @lambda_function_arn end |
#status ⇒ Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
Returns the value of attribute status.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def status @status end |