Module: Aws::Mgn::Client::_PauseReplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SourceServer]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #connector_action ⇒ Types::SourceServerConnectorAction
- #data_replication_info ⇒ Types::DataReplicationInfo
- #fqdn_for_action_framework ⇒ ::String
- #is_archived ⇒ Boolean
- #launched_instance ⇒ Types::LaunchedInstance
- #life_cycle ⇒ Types::LifeCycle
- #replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
- #source_properties ⇒ Types::SourceProperties
- #source_server_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #user_provided_id ⇒ ::String
- #vcenter_client_id ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
1136 |
# File 'sig/client.rbs', line 1136 def application_id: () -> ::String |
#arn ⇒ ::String
1127 |
# File 'sig/client.rbs', line 1127 def arn: () -> ::String |
#connector_action ⇒ Types::SourceServerConnectorAction
1139 |
# File 'sig/client.rbs', line 1139 def connector_action: () -> Types::SourceServerConnectorAction |
#data_replication_info ⇒ Types::DataReplicationInfo
1131 |
# File 'sig/client.rbs', line 1131 def data_replication_info: () -> Types::DataReplicationInfo |
#fqdn_for_action_framework ⇒ ::String
1138 |
# File 'sig/client.rbs', line 1138 def fqdn_for_action_framework: () -> ::String |
#is_archived ⇒ Boolean
1128 |
# File 'sig/client.rbs', line 1128 def is_archived: () -> bool |
#launched_instance ⇒ Types::LaunchedInstance
1130 |
# File 'sig/client.rbs', line 1130 def launched_instance: () -> Types::LaunchedInstance |
#life_cycle ⇒ Types::LifeCycle
1132 |
# File 'sig/client.rbs', line 1132 def life_cycle: () -> Types::LifeCycle |
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1134 |
# File 'sig/client.rbs', line 1134 def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING") |
#source_properties ⇒ Types::SourceProperties
1133 |
# File 'sig/client.rbs', line 1133 def source_properties: () -> Types::SourceProperties |
#source_server_id ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126 def source_server_id: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1129 |
# File 'sig/client.rbs', line 1129 def tags: () -> ::Hash[::String, ::String] |
#user_provided_id ⇒ ::String
1137 |
# File 'sig/client.rbs', line 1137 def user_provided_id: () -> ::String |
#vcenter_client_id ⇒ ::String
1135 |
# File 'sig/client.rbs', line 1135 def vcenter_client_id: () -> ::String |