Class: Aws::Types::RestoreJobsListMember

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)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def 
  @account_id
end

#backup_size_in_bytes::Integer

Returns the value of attribute backup_size_in_bytes.

Returns:

  • (::Integer)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def backup_size_in_bytes
  @backup_size_in_bytes
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def backup_vault_arn
  @backup_vault_arn
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def completion_date
  @completion_date
end

#created_byTypes::RestoreJobCreator

Returns the value of attribute created_by.



1944
1945
1946
# File 'sig/types.rbs', line 1944

def created_by
  @created_by
end

#created_resource_arn::String

Returns the value of attribute created_resource_arn.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def created_resource_arn
  @created_resource_arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def creation_date
  @creation_date
end

#deletion_status"DELETING", ...

Returns the value of attribute deletion_status.

Returns:

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


1947
1948
1949
# File 'sig/types.rbs', line 1947

def deletion_status
  @deletion_status
end

#deletion_status_message::String

Returns the value of attribute deletion_status_message.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def deletion_status_message
  @deletion_status_message
end

#expected_completion_time_minutes::Integer

Returns the value of attribute expected_completion_time_minutes.

Returns:

  • (::Integer)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def expected_completion_time_minutes
  @expected_completion_time_minutes
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def iam_role_arn
  @iam_role_arn
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def is_parent
  @is_parent
end

#parent_job_id::String

Returns the value of attribute parent_job_id.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def parent_job_id
  @parent_job_id
end

#percent_done::String

Returns the value of attribute percent_done.

Returns:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def percent_done
  @percent_done
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def recovery_point_arn
  @recovery_point_arn
end

#recovery_point_creation_date::Time

Returns the value of attribute recovery_point_creation_date.

Returns:

  • (::Time)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def recovery_point_creation_date
  @recovery_point_creation_date
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def resource_type
  @resource_type
end

#restore_job_id::String

Returns the value of attribute restore_job_id.

Returns:

  • (::String)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def restore_job_id
  @restore_job_id
end

#source_resource_arn::String

Returns the value of attribute source_resource_arn.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def source_resource_arn
  @source_resource_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1933
1934
1935
# File 'sig/types.rbs', line 1933

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def status_message
  @status_message
end

#validation_status"FAILED", ...

Returns the value of attribute validation_status.

Returns:

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


1945
1946
1947
# File 'sig/types.rbs', line 1945

def validation_status
  @validation_status
end

#validation_status_message::String

Returns the value of attribute validation_status_message.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def validation_status_message
  @validation_status_message
end