Module: Aws::Mgn::Client::_MarkAsArchivedResponseSuccess
- 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
1112 |
# File 'sig/client.rbs', line 1112 def application_id: () -> ::String |
#arn ⇒ ::String
1103 |
# File 'sig/client.rbs', line 1103 def arn: () -> ::String |
#connector_action ⇒ Types::SourceServerConnectorAction
1115 |
# File 'sig/client.rbs', line 1115 def connector_action: () -> Types::SourceServerConnectorAction |
#data_replication_info ⇒ Types::DataReplicationInfo
1107 |
# File 'sig/client.rbs', line 1107 def data_replication_info: () -> Types::DataReplicationInfo |
#fqdn_for_action_framework ⇒ ::String
1114 |
# File 'sig/client.rbs', line 1114 def fqdn_for_action_framework: () -> ::String |
#is_archived ⇒ Boolean
1104 |
# File 'sig/client.rbs', line 1104 def is_archived: () -> bool |
#launched_instance ⇒ Types::LaunchedInstance
1106 |
# File 'sig/client.rbs', line 1106 def launched_instance: () -> Types::LaunchedInstance |
#life_cycle ⇒ Types::LifeCycle
1108 |
# File 'sig/client.rbs', line 1108 def life_cycle: () -> Types::LifeCycle |
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1110 |
# File 'sig/client.rbs', line 1110 def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING") |
#source_properties ⇒ Types::SourceProperties
1109 |
# File 'sig/client.rbs', line 1109 def source_properties: () -> Types::SourceProperties |
#source_server_id ⇒ ::String
1102 |
# File 'sig/client.rbs', line 1102 def source_server_id: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1105 |
# File 'sig/client.rbs', line 1105 def tags: () -> ::Hash[::String, ::String] |
#user_provided_id ⇒ ::String
1113 |
# File 'sig/client.rbs', line 1113 def user_provided_id: () -> ::String |
#vcenter_client_id ⇒ ::String
1111 |
# File 'sig/client.rbs', line 1111 def vcenter_client_id: () -> ::String |