Class: Aws::Types::DisassociateClientVpnTargetNetworkResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


8351
8352
8353
# File 'sig/types.rbs', line 8351

def association_id
  @association_id
end

#statusTypes::AssociationStatus

Returns the value of attribute status.



8352
8353
8354
# File 'sig/types.rbs', line 8352

def status
  @status
end