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)


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

def backup_vault_arn: () -> ::String

#backup_vault_name::String

Returns:

  • (::String)


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

def backup_vault_name: () -> ::String

#creation_date::Time

Returns:

  • (::Time)


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

def creation_date: () -> ::Time

#creator_request_id::String

Returns:

  • (::String)


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

def creator_request_id: () -> ::String

#encryption_key_arn::String

Returns:

  • (::String)


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

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")


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

def encryption_key_type: () -> ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")

#latest_mpa_approval_team_updateTypes::LatestMpaApprovalTeamUpdate



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

def latest_mpa_approval_team_update: () -> Types::LatestMpaApprovalTeamUpdate

#lock_date::Time

Returns:

  • (::Time)


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

def lock_date: () -> ::Time

#lockedBoolean

Returns:

  • (Boolean)


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

def locked: () -> bool

#max_retention_days::Integer

Returns:

  • (::Integer)


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

def max_retention_days: () -> ::Integer

#min_retention_days::Integer

Returns:

  • (::Integer)


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

def min_retention_days: () -> ::Integer

#mpa_approval_team_arn::String

Returns:

  • (::String)


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

def mpa_approval_team_arn: () -> ::String

#mpa_session_arn::String

Returns:

  • (::String)


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

def mpa_session_arn: () -> ::String

#number_of_recovery_points::Integer

Returns:

  • (::Integer)


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

def number_of_recovery_points: () -> ::Integer

#source_backup_vault_arn::String

Returns:

  • (::String)


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

def source_backup_vault_arn: () -> ::String

#vault_state"CREATING", ...

Returns:

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


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

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

#vault_type"BACKUP_VAULT", ...

Returns:

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


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

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