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.
8351 8352 8353 |
# File 'sig/types.rbs', line 8351 def association_id @association_id end |
#status ⇒ Types::AssociationStatus
Returns the value of attribute status.
8352 8353 8354 |
# File 'sig/types.rbs', line 8352 def status @status end |