Class: Aws::Types::ClientConnectResponseOptions
- Inherits:
-
Object
- Object
- Aws::Types::ClientConnectResponseOptions
- 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::ClientVpnEndpointAttributeStatus
Returns the value of attribute status.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def enabled @enabled end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def lambda_function_arn @lambda_function_arn end |
#status ⇒ Types::ClientVpnEndpointAttributeStatus
Returns the value of attribute status.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def status @status end |