Class: Aws::Types::RecoveryInstanceFailback

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_last_seen_by_service_date_time::String

Returns the value of attribute agent_last_seen_by_service_date_time.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("RECOVERY", "DRILL")


955
956
957
# File 'sig/types.rbs', line 955

def failback_launch_type
  @failback_launch_type
end

#failback_to_original_serverBoolean

Returns the value of attribute failback_to_original_server.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("FAILBACK_NOT_STARTED", "FAILBACK_IN_PROGRESS", "FAILBACK_READY_FOR_LAUNCH", "FAILBACK_COMPLETED", "FAILBACK_ERROR", "FAILBACK_NOT_READY_FOR_LAUNCH", "FAILBACK_LAUNCH_STATE_NOT_AVAILABLE")


949
950
951
# File 'sig/types.rbs', line 949

def state
  @state
end