Class: Aws::Types::AssociateSourceServersRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSourceServersRequest
- 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.
64 65 66 |
# File 'sig/types.rbs', line 64 def account_id @account_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def application_id @application_id end |
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
63 64 65 |
# File 'sig/types.rbs', line 63 def source_server_i_ds @source_server_i_ds end |