Class: Aws::Types::RestoreJobsListMember
- Inherits:
-
Object
- Object
- Aws::Types::RestoreJobsListMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#created_by ⇒ Types::RestoreJobCreator
Returns the value of attribute created_by.
-
#created_resource_arn ⇒ ::String
Returns the value of attribute created_resource_arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#deletion_status ⇒ "DELETING", ...
Returns the value of attribute deletion_status.
-
#deletion_status_message ⇒ ::String
Returns the value of attribute deletion_status_message.
-
#expected_completion_time_minutes ⇒ ::Integer
Returns the value of attribute expected_completion_time_minutes.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
-
#percent_done ⇒ ::String
Returns the value of attribute percent_done.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#recovery_point_creation_date ⇒ ::Time
Returns the value of attribute recovery_point_creation_date.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#restore_job_id ⇒ ::String
Returns the value of attribute restore_job_id.
-
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#validation_status ⇒ "FAILED", ...
Returns the value of attribute validation_status.
-
#validation_status_message ⇒ ::String
Returns the value of attribute validation_status_message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def account_id @account_id end |
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
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.
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.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def completion_date @completion_date end |
#created_by ⇒ Types::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.
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.
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.
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.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def @deletion_status_message end |
#expected_completion_time_minutes ⇒ ::Integer
Returns the value of attribute expected_completion_time_minutes.
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.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def iam_role_arn @iam_role_arn end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
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.
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.
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.
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.
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.
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.
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.
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.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def @status_message end |
#validation_status ⇒ "FAILED", ...
Returns the value of attribute validation_status.
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.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def @validation_status_message end |