Module: Aws::Backup::Client::_DescribeBackupVaultResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeBackupVaultOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#backup_vault_arn::String

Returns:

  • (::String)


526
# File 'sig/client.rbs', line 526

def backup_vault_arn: () -> ::String

#backup_vault_name::String

Returns:

  • (::String)


525
# File 'sig/client.rbs', line 525

def backup_vault_name: () -> ::String

#creation_date::Time

Returns:

  • (::Time)


530
# File 'sig/client.rbs', line 530

def creation_date: () -> ::Time

#creator_request_id::String

Returns:

  • (::String)


531
# File 'sig/client.rbs', line 531

def creator_request_id: () -> ::String

#encryption_key_arn::String

Returns:

  • (::String)


529
# File 'sig/client.rbs', line 529

def encryption_key_arn: () -> ::String

#encryption_key_type"AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"

Returns:

  • ("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_updateTypes::LatestMpaApprovalTeamUpdate



540
# File 'sig/client.rbs', line 540

def latest_mpa_approval_team_update: () -> Types::LatestMpaApprovalTeamUpdate

#lock_date::Time

Returns:

  • (::Time)


536
# File 'sig/client.rbs', line 536

def lock_date: () -> ::Time

#lockedBoolean

Returns:

  • (Boolean)


533
# File 'sig/client.rbs', line 533

def locked: () -> bool

#max_retention_days::Integer

Returns:

  • (::Integer)


535
# File 'sig/client.rbs', line 535

def max_retention_days: () -> ::Integer

#min_retention_days::Integer

Returns:

  • (::Integer)


534
# File 'sig/client.rbs', line 534

def min_retention_days: () -> ::Integer

#mpa_approval_team_arn::String

Returns:

  • (::String)


538
# File 'sig/client.rbs', line 538

def mpa_approval_team_arn: () -> ::String

#mpa_session_arn::String

Returns:

  • (::String)


539
# File 'sig/client.rbs', line 539

def mpa_session_arn: () -> ::String

#number_of_recovery_points::Integer

Returns:

  • (::Integer)


532
# File 'sig/client.rbs', line 532

def number_of_recovery_points: () -> ::Integer

#source_backup_vault_arn::String

Returns:

  • (::String)


537
# File 'sig/client.rbs', line 537

def source_backup_vault_arn: () -> ::String

#vault_state"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "FAILED")


528
# File 'sig/client.rbs', line 528

def vault_state: () -> ("CREATING" | "AVAILABLE" | "FAILED")

#vault_type"BACKUP_VAULT", ...

Returns:

  • ("BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT", "RESTORE_ACCESS_BACKUP_VAULT")


527
# File 'sig/client.rbs', line 527

def vault_type: () -> ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")