Class: Aws::Types::ClientConnectOptions
- Inherits:
-
Object
- Object
- Aws::Types::ClientConnectOptions
- 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.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def enabled @enabled end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def lambda_function_arn @lambda_function_arn end |