Class: Aws::Types::DisassociateSourceServersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSourceServersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
435 436 437 |
# File 'sig/types.rbs', line 435 def account_id @account_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
433 434 435 |
# File 'sig/types.rbs', line 433 def application_id @application_id end |
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
434 435 436 |
# File 'sig/types.rbs', line 434 def source_server_i_ds @source_server_i_ds end |