Class: Aws::Types::DisassociateSourceServersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def 
  @account_id
end

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


434
435
436
# File 'sig/types.rbs', line 434

def source_server_i_ds
  @source_server_i_ds
end