Module: Aws::Backup::Client::_DescribeBackupVaultResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBackupVaultOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #backup_vault_arn ⇒ ::String
- #backup_vault_name ⇒ ::String
- #creation_date ⇒ ::Time
- #creator_request_id ⇒ ::String
- #encryption_key_arn ⇒ ::String
- #encryption_key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
- #latest_mpa_approval_team_update ⇒ Types::LatestMpaApprovalTeamUpdate
- #lock_date ⇒ ::Time
- #locked ⇒ Boolean
- #max_retention_days ⇒ ::Integer
- #min_retention_days ⇒ ::Integer
- #mpa_approval_team_arn ⇒ ::String
- #mpa_session_arn ⇒ ::String
- #number_of_recovery_points ⇒ ::Integer
- #source_backup_vault_arn ⇒ ::String
- #vault_state ⇒ "CREATING", ...
- #vault_type ⇒ "BACKUP_VAULT", ...
Instance Method Details
#backup_vault_arn ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def backup_vault_arn: () -> ::String
|
#backup_vault_name ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def backup_vault_name: () -> ::String
|
#creation_date ⇒ ::Time
489 |
# File 'sig/client.rbs', line 489
def creation_date: () -> ::Time
|
#creator_request_id ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def creator_request_id: () -> ::String
|
#encryption_key_arn ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def encryption_key_arn: () -> ::String
|
#encryption_key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
500 |
# File 'sig/client.rbs', line 500
def encryption_key_type: () -> ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
#latest_mpa_approval_team_update ⇒ Types::LatestMpaApprovalTeamUpdate
499 |
# File 'sig/client.rbs', line 499
def latest_mpa_approval_team_update: () -> Types::LatestMpaApprovalTeamUpdate
|
#lock_date ⇒ ::Time
495 |
# File 'sig/client.rbs', line 495
def lock_date: () -> ::Time
|
#locked ⇒ Boolean
492 |
# File 'sig/client.rbs', line 492
def locked: () -> bool
|
#max_retention_days ⇒ ::Integer
494 |
# File 'sig/client.rbs', line 494
def max_retention_days: () -> ::Integer
|
#min_retention_days ⇒ ::Integer
493 |
# File 'sig/client.rbs', line 493
def min_retention_days: () -> ::Integer
|
#mpa_approval_team_arn ⇒ ::String
497 |
# File 'sig/client.rbs', line 497
def mpa_approval_team_arn: () -> ::String
|
#mpa_session_arn ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def mpa_session_arn: () -> ::String
|
#number_of_recovery_points ⇒ ::Integer
491 |
# File 'sig/client.rbs', line 491
def number_of_recovery_points: () -> ::Integer
|
#source_backup_vault_arn ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def source_backup_vault_arn: () -> ::String
|
#vault_state ⇒ "CREATING", ...
487 |
# File 'sig/client.rbs', line 487
def vault_state: () -> ("CREATING" | "AVAILABLE" | "FAILED")
|
#vault_type ⇒ "BACKUP_VAULT", ...
486 |
# File 'sig/client.rbs', line 486
def vault_type: () -> ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")
|