Class: Aws::Types::DisassociateClientVpnTargetNetworkResult
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateClientVpnTargetNetworkResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#status ⇒ Types::AssociationStatus
Returns the value of attribute status.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
8652 8653 8654 |
# File 'sig/types.rbs', line 8652 def association_id @association_id end |
#status ⇒ Types::AssociationStatus
Returns the value of attribute status.
8653 8654 8655 |
# File 'sig/types.rbs', line 8653 def status @status end |