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
443 |
# File 'sig/client.rbs', line 443
def account_id: () -> ::String
|
#backup_job_id ⇒ ::String
444 |
# File 'sig/client.rbs', line 444
def backup_job_id: () -> ::String
|
#backup_options ⇒ ::Hash[::String, ::String]
466 |
# File 'sig/client.rbs', line 466
def backup_options: () -> ::Hash[::String, ::String]
|
#backup_size_in_bytes ⇒ ::Integer
459 |
# File 'sig/client.rbs', line 459
def backup_size_in_bytes: () -> ::Integer
|
#backup_type ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def backup_type: () -> ::String
|
#backup_vault_arn ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def backup_vault_arn: () -> ::String
|
#backup_vault_name ⇒ ::String
445 |
# File 'sig/client.rbs', line 445
def backup_vault_name: () -> ::String
|
#bytes_transferred ⇒ ::Integer
463 |
# File 'sig/client.rbs', line 463
def bytes_transferred: () -> ::Integer
|
#child_jobs_in_state ⇒ ::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]
471 |
# File 'sig/client.rbs', line 471
def child_jobs_in_state: () -> ::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]
|
#completion_date ⇒ ::Time
455 |
# File 'sig/client.rbs', line 455
def completion_date: () -> ::Time
|
#created_by ⇒ Types::RecoveryPointCreator
461 |
# File 'sig/client.rbs', line 461
def created_by: () -> Types::RecoveryPointCreator
|
#creation_date ⇒ ::Time
454 |
# File 'sig/client.rbs', line 454
def creation_date: () -> ::Time
|
#encryption_key_arn ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def encryption_key_arn: () -> ::String
|
#expected_completion_date ⇒ ::Time
464 |
# File 'sig/client.rbs', line 464
def expected_completion_date: () -> ::Time
|
#iam_role_arn ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def iam_role_arn: () -> ::String
|
#initiation_date ⇒ ::Time
473 |
# File 'sig/client.rbs', line 473
def initiation_date: () -> ::Time
|
#is_encrypted ⇒ Boolean
452 |
# File 'sig/client.rbs', line 452
def is_encrypted: () -> bool
|
#is_parent ⇒ Boolean
469 |
# File 'sig/client.rbs', line 469
def is_parent: () -> bool
|
#message_category ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def message_category: () -> ::String
|
#number_of_child_jobs ⇒ ::Integer
470 |
# File 'sig/client.rbs', line 470
def number_of_child_jobs: () -> ::Integer
|
#parent_job_id ⇒ ::String
468 |
# File 'sig/client.rbs', line 468
def parent_job_id: () -> ::String
|
#percent_done ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def percent_done: () -> ::String
|
#recovery_point_arn ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def recovery_point_arn: () -> ::String
|
#recovery_point_lifecycle ⇒ Types::Lifecycle
446 |
# File 'sig/client.rbs', line 446
def recovery_point_lifecycle: () -> Types::Lifecycle
|
#resource_arn ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def resource_arn: () -> ::String
|
#resource_name ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def resource_name: () -> ::String
|
#resource_type ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def resource_type: () -> ::String
|
#start_by ⇒ ::Time
465 |
# File 'sig/client.rbs', line 465
def start_by: () -> ::Time
|
#state ⇒ "CREATED", ...
456 |
# File 'sig/client.rbs', line 456
def state: () -> ("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL")
|
#status_message ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def status_message: () -> ::String
|
#vault_lock_state ⇒ ::String
449 |
# File 'sig/client.rbs', line 449
def vault_lock_state: () -> ::String
|
#vault_type ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def vault_type: () -> ::String
|