Class: Aws::Types::ClientConnectResponseOptions

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)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def enabled
  @enabled
end

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def lambda_function_arn
  @lambda_function_arn
end

#statusTypes::ClientVpnEndpointAttributeStatus

Returns the value of attribute status.



1760
1761
1762
# File 'sig/types.rbs', line 1760

def status
  @status
end