Class: Aws::Types::AssociateSourceServersRequest

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)


64
65
66
# File 'sig/types.rbs', line 64

def 
  @account_id
end

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


63
64
65
# File 'sig/types.rbs', line 63

def source_server_i_ds
  @source_server_i_ds
end