Module: Aws::Backup::Client::_DescribeBackupJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBackupJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #backup_job_id ⇒ ::String
- #backup_options ⇒ ::Hash[::String, ::String]
- #backup_size_in_bytes ⇒ ::Integer
- #backup_type ⇒ ::String
- #backup_vault_arn ⇒ ::String
- #backup_vault_name ⇒ ::String
- #bytes_transferred ⇒ ::Integer
- #child_jobs_in_state ⇒ ::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]
- #completion_date ⇒ ::Time
- #created_by ⇒ Types::RecoveryPointCreator
- #creation_date ⇒ ::Time
- #encryption_key_arn ⇒ ::String
- #expected_completion_date ⇒ ::Time
- #iam_role_arn ⇒ ::String
- #initiation_date ⇒ ::Time
- #is_encrypted ⇒ Boolean
- #is_parent ⇒ Boolean
- #message_category ⇒ ::String
- #number_of_child_jobs ⇒ ::Integer
- #parent_job_id ⇒ ::String
- #percent_done ⇒ ::String
- #recovery_point_arn ⇒ ::String
- #recovery_point_lifecycle ⇒ Types::Lifecycle
- #resource_arn ⇒ ::String
- #resource_name ⇒ ::String
- #resource_type ⇒ ::String
- #start_by ⇒ ::Time
- #state ⇒ "CREATED", ...
- #status_message ⇒ ::String
- #vault_lock_state ⇒ ::String
- #vault_type ⇒ ::String
Instance Method Details
#account_id ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def account_id: () -> ::String
|
#backup_job_id ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def backup_job_id: () -> ::String
|
#backup_options ⇒ ::Hash[::String, ::String]
507 |
# File 'sig/client.rbs', line 507
def backup_options: () -> ::Hash[::String, ::String]
|
#backup_size_in_bytes ⇒ ::Integer
500 |
# File 'sig/client.rbs', line 500
def backup_size_in_bytes: () -> ::Integer
|
#backup_type ⇒ ::String
508 |
# File 'sig/client.rbs', line 508
def backup_type: () -> ::String
|
#backup_vault_arn ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def backup_vault_arn: () -> ::String
|
#backup_vault_name ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def backup_vault_name: () -> ::String
|
#bytes_transferred ⇒ ::Integer
504 |
# File 'sig/client.rbs', line 504
def bytes_transferred: () -> ::Integer
|
#child_jobs_in_state ⇒ ::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]
512 |
# File 'sig/client.rbs', line 512
def child_jobs_in_state: () -> ::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]
|
#completion_date ⇒ ::Time
496 |
# File 'sig/client.rbs', line 496
def completion_date: () -> ::Time
|
#created_by ⇒ Types::RecoveryPointCreator
502 |
# File 'sig/client.rbs', line 502
def created_by: () -> Types::RecoveryPointCreator
|
#creation_date ⇒ ::Time
495 |
# File 'sig/client.rbs', line 495
def creation_date: () -> ::Time
|
#encryption_key_arn ⇒ ::String
492 |
# File 'sig/client.rbs', line 492
def encryption_key_arn: () -> ::String
|
#expected_completion_date ⇒ ::Time
505 |
# File 'sig/client.rbs', line 505
def expected_completion_date: () -> ::Time
|
#iam_role_arn ⇒ ::String
501 |
# File 'sig/client.rbs', line 501
def iam_role_arn: () -> ::String
|
#initiation_date ⇒ ::Time
514 |
# File 'sig/client.rbs', line 514
def initiation_date: () -> ::Time
|
#is_encrypted ⇒ Boolean
493 |
# File 'sig/client.rbs', line 493
def is_encrypted: () -> bool
|
#is_parent ⇒ Boolean
510 |
# File 'sig/client.rbs', line 510
def is_parent: () -> bool
|
#message_category ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def message_category: () -> ::String
|
#number_of_child_jobs ⇒ ::Integer
511 |
# File 'sig/client.rbs', line 511
def number_of_child_jobs: () -> ::Integer
|
#parent_job_id ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def parent_job_id: () -> ::String
|
#percent_done ⇒ ::String
499 |
# File 'sig/client.rbs', line 499
def percent_done: () -> ::String
|
#recovery_point_arn ⇒ ::String
491 |
# File 'sig/client.rbs', line 491
def recovery_point_arn: () -> ::String
|
#recovery_point_lifecycle ⇒ Types::Lifecycle
487 |
# File 'sig/client.rbs', line 487
def recovery_point_lifecycle: () -> Types::Lifecycle
|
#resource_arn ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def resource_arn: () -> ::String
|
#resource_name ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def resource_name: () -> ::String
|
#resource_type ⇒ ::String
503 |
# File 'sig/client.rbs', line 503
def resource_type: () -> ::String
|
#start_by ⇒ ::Time
506 |
# File 'sig/client.rbs', line 506
def start_by: () -> ::Time
|
#state ⇒ "CREATED", ...
497 |
# File 'sig/client.rbs', line 497
def state: () -> ("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL")
|
#status_message ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def status_message: () -> ::String
|
#vault_lock_state ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def vault_lock_state: () -> ::String
|
#vault_type ⇒ ::String
489 |
# File 'sig/client.rbs', line 489
def vault_type: () -> ::String
|