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
526 |
# File 'sig/client.rbs', line 526
def backup_vault_arn: () -> ::String
|
#backup_vault_name ⇒ ::String
525 |
# File 'sig/client.rbs', line 525
def backup_vault_name: () -> ::String
|
#creation_date ⇒ ::Time
530 |
# File 'sig/client.rbs', line 530
def creation_date: () -> ::Time
|
#creator_request_id ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def creator_request_id: () -> ::String
|
#encryption_key_arn ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def encryption_key_arn: () -> ::String
|
#encryption_key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
541 |
# File 'sig/client.rbs', line 541
def encryption_key_type: () -> ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
#latest_mpa_approval_team_update ⇒ Types::LatestMpaApprovalTeamUpdate
540 |
# File 'sig/client.rbs', line 540
def latest_mpa_approval_team_update: () -> Types::LatestMpaApprovalTeamUpdate
|
#lock_date ⇒ ::Time
536 |
# File 'sig/client.rbs', line 536
def lock_date: () -> ::Time
|
#locked ⇒ Boolean
533 |
# File 'sig/client.rbs', line 533
def locked: () -> bool
|
#max_retention_days ⇒ ::Integer
535 |
# File 'sig/client.rbs', line 535
def max_retention_days: () -> ::Integer
|
#min_retention_days ⇒ ::Integer
534 |
# File 'sig/client.rbs', line 534
def min_retention_days: () -> ::Integer
|
#mpa_approval_team_arn ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def mpa_approval_team_arn: () -> ::String
|
#mpa_session_arn ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def mpa_session_arn: () -> ::String
|
#number_of_recovery_points ⇒ ::Integer
532 |
# File 'sig/client.rbs', line 532
def number_of_recovery_points: () -> ::Integer
|
#source_backup_vault_arn ⇒ ::String
537 |
# File 'sig/client.rbs', line 537
def source_backup_vault_arn: () -> ::String
|
#vault_state ⇒ "CREATING", ...
528 |
# File 'sig/client.rbs', line 528
def vault_state: () -> ("CREATING" | "AVAILABLE" | "FAILED")
|
#vault_type ⇒ "BACKUP_VAULT", ...
527 |
# File 'sig/client.rbs', line 527
def vault_type: () -> ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")
|