Class: Aws::Types::DescribeRestoreJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def 
  @account_id
end

#backup_size_in_bytes::Integer

Returns the value of attribute backup_size_in_bytes.

Returns:

  • (::Integer)


811
812
813
# File 'sig/types.rbs', line 811

def backup_size_in_bytes
  @backup_size_in_bytes
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def backup_vault_arn
  @backup_vault_arn
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


807
808
809
# File 'sig/types.rbs', line 807

def completion_date
  @completion_date
end

#created_byTypes::RestoreJobCreator

Returns the value of attribute created_by.



817
818
819
# File 'sig/types.rbs', line 817

def created_by
  @created_by
end

#created_resource_arn::String

Returns the value of attribute created_resource_arn.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def created_resource_arn
  @created_resource_arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


806
807
808
# File 'sig/types.rbs', line 806

def creation_date
  @creation_date
end

#deletion_status"DELETING", ...

Returns the value of attribute deletion_status.

Returns:

  • ("DELETING", "FAILED", "SUCCESSFUL")


820
821
822
# File 'sig/types.rbs', line 820

def deletion_status
  @deletion_status
end

#deletion_status_message::String

Returns the value of attribute deletion_status_message.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def deletion_status_message
  @deletion_status_message
end

#expected_completion_time_minutes::Integer

Returns the value of attribute expected_completion_time_minutes.

Returns:

  • (::Integer)


813
814
815
# File 'sig/types.rbs', line 813

def expected_completion_time_minutes
  @expected_completion_time_minutes
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def iam_role_arn
  @iam_role_arn
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


822
823
824
# File 'sig/types.rbs', line 822

def is_parent
  @is_parent
end

#parent_job_id::String

Returns the value of attribute parent_job_id.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def parent_job_id
  @parent_job_id
end

#percent_done::String

Returns the value of attribute percent_done.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def percent_done
  @percent_done
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def recovery_point_arn
  @recovery_point_arn
end

#recovery_point_creation_date::Time

Returns the value of attribute recovery_point_creation_date.

Returns:

  • (::Time)


816
817
818
# File 'sig/types.rbs', line 816

def recovery_point_creation_date
  @recovery_point_creation_date
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def resource_type
  @resource_type
end

#restore_job_id::String

Returns the value of attribute restore_job_id.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def restore_job_id
  @restore_job_id
end

#source_resource_arn::String

Returns the value of attribute source_resource_arn.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def source_resource_arn
  @source_resource_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "COMPLETED", "ABORTED", "FAILED")


808
809
810
# File 'sig/types.rbs', line 808

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def status_message
  @status_message
end

#validation_status"FAILED", ...

Returns the value of attribute validation_status.

Returns:

  • ("FAILED", "SUCCESSFUL", "TIMED_OUT", "VALIDATING")


818
819
820
# File 'sig/types.rbs', line 818

def validation_status
  @validation_status
end

#validation_status_message::String

Returns the value of attribute validation_status_message.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def validation_status_message
  @validation_status_message
end