Class: Aws::Types::ClientConnectOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def enabled
  @enabled
end

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def lambda_function_arn
  @lambda_function_arn
end