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
1097 |
# File 'sig/client.rbs', line 1097
def application_id: () -> ::String
|
#arn ⇒ ::String
1088 |
# File 'sig/client.rbs', line 1088
def arn: () -> ::String
|
#connector_action ⇒ Types::SourceServerConnectorAction
1100 |
# File 'sig/client.rbs', line 1100
def connector_action: () -> Types::SourceServerConnectorAction
|
#data_replication_info ⇒ Types::DataReplicationInfo
1092 |
# File 'sig/client.rbs', line 1092
def data_replication_info: () -> Types::DataReplicationInfo
|
#fqdn_for_action_framework ⇒ ::String
1099 |
# File 'sig/client.rbs', line 1099
def fqdn_for_action_framework: () -> ::String
|
#is_archived ⇒ Boolean
1089 |
# File 'sig/client.rbs', line 1089
def is_archived: () -> bool
|
#launched_instance ⇒ Types::LaunchedInstance
1091 |
# File 'sig/client.rbs', line 1091
def launched_instance: () -> Types::LaunchedInstance
|
#life_cycle ⇒ Types::LifeCycle
1093 |
# File 'sig/client.rbs', line 1093
def life_cycle: () -> Types::LifeCycle
|
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
1095 |
# File 'sig/client.rbs', line 1095
def replication_type: () -> ("AGENT_BASED" | "SNAPSHOT_SHIPPING")
|
#source_properties ⇒ Types::SourceProperties
1094 |
# File 'sig/client.rbs', line 1094
def source_properties: () -> Types::SourceProperties
|
#source_server_id ⇒ ::String
1087 |
# File 'sig/client.rbs', line 1087
def source_server_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1090 |
# File 'sig/client.rbs', line 1090
def tags: () -> ::Hash[::String, ::String]
|
#user_provided_id ⇒ ::String
1098 |
# File 'sig/client.rbs', line 1098
def user_provided_id: () -> ::String
|
#vcenter_client_id ⇒ ::String
1096 |
# File 'sig/client.rbs', line 1096
def vcenter_client_id: () -> ::String
|