Class: Aws::Types::SourceServer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def agent_version
  @agent_version
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def arn
  @arn
end

#data_replication_infoTypes::DataReplicationInfo

Returns the value of attribute data_replication_info.



1271
1272
1273
# File 'sig/types.rbs', line 1271

def data_replication_info
  @data_replication_info
end

#last_launch_result"NOT_STARTED", ...

Returns the value of attribute last_launch_result.

Returns:

  • ("NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED")


1270
1271
1272
# File 'sig/types.rbs', line 1270

def last_launch_result
  @last_launch_result
end

#life_cycleTypes::LifeCycle

Returns the value of attribute life_cycle.

Returns:



1272
1273
1274
# File 'sig/types.rbs', line 1272

def life_cycle
  @life_cycle
end

#recovery_instance_id::String

Returns the value of attribute recovery_instance_id.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def recovery_instance_id
  @recovery_instance_id
end

#replication_direction"FAILOVER", "FAILBACK"

Returns the value of attribute replication_direction.

Returns:

  • ("FAILOVER", "FAILBACK")


1276
1277
1278
# File 'sig/types.rbs', line 1276

def replication_direction
  @replication_direction
end

#reversed_direction_source_server_arn::String

Returns the value of attribute reversed_direction_source_server_arn.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def reversed_direction_source_server_arn
  @reversed_direction_source_server_arn
end

#source_cloud_propertiesTypes::SourceCloudProperties

Returns the value of attribute source_cloud_properties.



1275
1276
1277
# File 'sig/types.rbs', line 1275

def source_cloud_properties
  @source_cloud_properties
end

#source_network_id::String

Returns the value of attribute source_network_id.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def source_network_id
  @source_network_id
end

#source_propertiesTypes::SourceProperties

Returns the value of attribute source_properties.



1273
1274
1275
# File 'sig/types.rbs', line 1273

def source_properties
  @source_properties
end

#source_server_id::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def source_server_id
  @source_server_id
end

#staging_areaTypes::StagingArea

Returns the value of attribute staging_area.

Returns:



1274
1275
1276
# File 'sig/types.rbs', line 1274

def staging_area
  @staging_area
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1268
1269
1270
# File 'sig/types.rbs', line 1268

def tags
  @tags
end