Class: Aws::Types::SourceServer
- Inherits:
-
Object
- Object
- Aws::Types::SourceServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_replication_info ⇒ Types::DataReplicationInfo
Returns the value of attribute data_replication_info.
-
#last_launch_result ⇒ "NOT_STARTED", ...
Returns the value of attribute last_launch_result.
-
#life_cycle ⇒ Types::LifeCycle
Returns the value of attribute life_cycle.
-
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
-
#replication_direction ⇒ "FAILOVER", "FAILBACK"
Returns the value of attribute replication_direction.
-
#reversed_direction_source_server_arn ⇒ ::String
Returns the value of attribute reversed_direction_source_server_arn.
-
#source_cloud_properties ⇒ Types::SourceCloudProperties
Returns the value of attribute source_cloud_properties.
-
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
-
#source_properties ⇒ Types::SourceProperties
Returns the value of attribute source_properties.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#staging_area ⇒ Types::StagingArea
Returns the value of attribute staging_area.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def agent_version @agent_version end |
#arn ⇒ ::String
Returns the value of attribute arn.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def arn @arn end |
#data_replication_info ⇒ Types::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.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def last_launch_result @last_launch_result end |
#life_cycle ⇒ Types::LifeCycle
Returns the value of attribute life_cycle.
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.
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.
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.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def reversed_direction_source_server_arn @reversed_direction_source_server_arn end |
#source_cloud_properties ⇒ Types::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.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def source_network_id @source_network_id end |
#source_properties ⇒ Types::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.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def source_server_id @source_server_id end |
#staging_area ⇒ Types::StagingArea
Returns the value of attribute staging_area.
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.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def @tags end |