Class: Aws::Types::DescribeBackupJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBackupJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#backup_job_id ⇒ ::String
Returns the value of attribute backup_job_id.
-
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
-
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
-
#backup_type ⇒ ::String
Returns the value of attribute backup_type.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#bytes_transferred ⇒ ::Integer
Returns the value of attribute bytes_transferred.
-
#child_jobs_in_state ⇒ ::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]
Returns the value of attribute child_jobs_in_state.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#expected_completion_date ⇒ ::Time
Returns the value of attribute expected_completion_date.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
-
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#message_category ⇒ ::String
Returns the value of attribute message_category.
-
#number_of_child_jobs ⇒ ::Integer
Returns the value of attribute number_of_child_jobs.
-
#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_lifecycle ⇒ Types::Lifecycle
Returns the value of attribute recovery_point_lifecycle.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#start_by ⇒ ::Time
Returns the value of attribute start_by.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vault_lock_state ⇒ ::String
Returns the value of attribute vault_lock_state.
-
#vault_type ⇒ ::String
Returns the value of attribute vault_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
610 611 612 |
# File 'sig/types.rbs', line 610 def account_id @account_id end |
#backup_job_id ⇒ ::String
Returns the value of attribute backup_job_id.
611 612 613 |
# File 'sig/types.rbs', line 611 def backup_job_id @backup_job_id end |
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
633 634 635 |
# File 'sig/types.rbs', line 633 def @backup_options end |
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
626 627 628 |
# File 'sig/types.rbs', line 626 def backup_size_in_bytes @backup_size_in_bytes end |
#backup_type ⇒ ::String
Returns the value of attribute backup_type.
634 635 636 |
# File 'sig/types.rbs', line 634 def backup_type @backup_type end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
614 615 616 |
# File 'sig/types.rbs', line 614 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
612 613 614 |
# File 'sig/types.rbs', line 612 def backup_vault_name @backup_vault_name end |
#bytes_transferred ⇒ ::Integer
Returns the value of attribute bytes_transferred.
630 631 632 |
# File 'sig/types.rbs', line 630 def bytes_transferred @bytes_transferred end |
#child_jobs_in_state ⇒ ::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]
Returns the value of attribute child_jobs_in_state.
638 639 640 |
# File 'sig/types.rbs', line 638 def child_jobs_in_state @child_jobs_in_state end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
622 623 624 |
# File 'sig/types.rbs', line 622 def completion_date @completion_date end |
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
628 629 630 |
# File 'sig/types.rbs', line 628 def created_by @created_by end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
621 622 623 |
# File 'sig/types.rbs', line 621 def creation_date @creation_date end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
618 619 620 |
# File 'sig/types.rbs', line 618 def encryption_key_arn @encryption_key_arn end |
#expected_completion_date ⇒ ::Time
Returns the value of attribute expected_completion_date.
631 632 633 |
# File 'sig/types.rbs', line 631 def expected_completion_date @expected_completion_date end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
627 628 629 |
# File 'sig/types.rbs', line 627 def iam_role_arn @iam_role_arn end |
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
640 641 642 |
# File 'sig/types.rbs', line 640 def initiation_date @initiation_date end |
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
619 620 621 |
# File 'sig/types.rbs', line 619 def is_encrypted @is_encrypted end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
636 637 638 |
# File 'sig/types.rbs', line 636 def is_parent @is_parent end |
#message_category ⇒ ::String
Returns the value of attribute message_category.
641 642 643 |
# File 'sig/types.rbs', line 641 def @message_category end |
#number_of_child_jobs ⇒ ::Integer
Returns the value of attribute number_of_child_jobs.
637 638 639 |
# File 'sig/types.rbs', line 637 def number_of_child_jobs @number_of_child_jobs end |
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
635 636 637 |
# File 'sig/types.rbs', line 635 def parent_job_id @parent_job_id end |
#percent_done ⇒ ::String
Returns the value of attribute percent_done.
625 626 627 |
# File 'sig/types.rbs', line 625 def percent_done @percent_done end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
617 618 619 |
# File 'sig/types.rbs', line 617 def recovery_point_arn @recovery_point_arn end |
#recovery_point_lifecycle ⇒ Types::Lifecycle
Returns the value of attribute recovery_point_lifecycle.
613 614 615 |
# File 'sig/types.rbs', line 613 def recovery_point_lifecycle @recovery_point_lifecycle end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
620 621 622 |
# File 'sig/types.rbs', line 620 def resource_arn @resource_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
639 640 641 |
# File 'sig/types.rbs', line 639 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
629 630 631 |
# File 'sig/types.rbs', line 629 def resource_type @resource_type end |
#start_by ⇒ ::Time
Returns the value of attribute start_by.
632 633 634 |
# File 'sig/types.rbs', line 632 def start_by @start_by end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
623 624 625 |
# File 'sig/types.rbs', line 623 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
624 625 626 |
# File 'sig/types.rbs', line 624 def @status_message end |
#vault_lock_state ⇒ ::String
Returns the value of attribute vault_lock_state.
616 617 618 |
# File 'sig/types.rbs', line 616 def vault_lock_state @vault_lock_state end |
#vault_type ⇒ ::String
Returns the value of attribute vault_type.
615 616 617 |
# File 'sig/types.rbs', line 615 def vault_type @vault_type end |