Class: Aws::Types::DisconnectFromServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisconnectFromServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def account_id @account_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
443 444 445 |
# File 'sig/types.rbs', line 443 def source_server_id @source_server_id end |