Class: Aws::Types::UpdateSourceServerReplicationTypeRequest

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)


2152
2153
2154
# File 'sig/types.rbs', line 2152

def 
  @account_id
end

#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"

Returns the value of attribute replication_type.

Returns:

  • ("AGENT_BASED", "SNAPSHOT_SHIPPING")


2151
2152
2153
# File 'sig/types.rbs', line 2151

def replication_type
  @replication_type
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def source_server_id
  @source_server_id
end