Class: Aws::Types::RecoveryInstanceFailback
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstanceFailback
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_last_seen_by_service_date_time ⇒ ::String
Returns the value of attribute agent_last_seen_by_service_date_time.
-
#elapsed_replication_duration ⇒ ::String
Returns the value of attribute elapsed_replication_duration.
-
#failback_client_id ⇒ ::String
Returns the value of attribute failback_client_id.
-
#failback_client_last_seen_by_service_date_time ⇒ ::String
Returns the value of attribute failback_client_last_seen_by_service_date_time.
-
#failback_initiation_time ⇒ ::String
Returns the value of attribute failback_initiation_time.
-
#failback_job_id ⇒ ::String
Returns the value of attribute failback_job_id.
-
#failback_launch_type ⇒ "RECOVERY", "DRILL"
Returns the value of attribute failback_launch_type.
-
#failback_to_original_server ⇒ Boolean
Returns the value of attribute failback_to_original_server.
-
#first_byte_date_time ⇒ ::String
Returns the value of attribute first_byte_date_time.
-
#state ⇒ "FAILBACK_NOT_STARTED", ...
Returns the value of attribute state.
Instance Attribute Details
#agent_last_seen_by_service_date_time ⇒ ::String
Returns the value of attribute agent_last_seen_by_service_date_time.
950 951 952 |
# File 'sig/types.rbs', line 950 def agent_last_seen_by_service_date_time @agent_last_seen_by_service_date_time end |
#elapsed_replication_duration ⇒ ::String
Returns the value of attribute elapsed_replication_duration.
954 955 956 |
# File 'sig/types.rbs', line 954 def elapsed_replication_duration @elapsed_replication_duration end |
#failback_client_id ⇒ ::String
Returns the value of attribute failback_client_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def failback_client_id @failback_client_id end |
#failback_client_last_seen_by_service_date_time ⇒ ::String
Returns the value of attribute failback_client_last_seen_by_service_date_time.
951 952 953 |
# File 'sig/types.rbs', line 951 def failback_client_last_seen_by_service_date_time @failback_client_last_seen_by_service_date_time end |
#failback_initiation_time ⇒ ::String
Returns the value of attribute failback_initiation_time.
948 949 950 |
# File 'sig/types.rbs', line 948 def failback_initiation_time @failback_initiation_time end |
#failback_job_id ⇒ ::String
Returns the value of attribute failback_job_id.
947 948 949 |
# File 'sig/types.rbs', line 947 def failback_job_id @failback_job_id end |
#failback_launch_type ⇒ "RECOVERY", "DRILL"
Returns the value of attribute failback_launch_type.
955 956 957 |
# File 'sig/types.rbs', line 955 def failback_launch_type @failback_launch_type end |
#failback_to_original_server ⇒ Boolean
Returns the value of attribute failback_to_original_server.
952 953 954 |
# File 'sig/types.rbs', line 952 def failback_to_original_server @failback_to_original_server end |
#first_byte_date_time ⇒ ::String
Returns the value of attribute first_byte_date_time.
953 954 955 |
# File 'sig/types.rbs', line 953 def first_byte_date_time @first_byte_date_time end |
#state ⇒ "FAILBACK_NOT_STARTED", ...
Returns the value of attribute state.
949 950 951 |
# File 'sig/types.rbs', line 949 def state @state end |