Class: Aws::Types::DescribeBackupVaultOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def backup_vault_name
  @backup_vault_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


657
658
659
# File 'sig/types.rbs', line 657

def creation_date
  @creation_date
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def creator_request_id
  @creator_request_id
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def encryption_key_arn
  @encryption_key_arn
end

#encryption_key_type"AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"

Returns the value of attribute encryption_key_type.

Returns:

  • ("AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY")


668
669
670
# File 'sig/types.rbs', line 668

def encryption_key_type
  @encryption_key_type
end

#latest_mpa_approval_team_updateTypes::LatestMpaApprovalTeamUpdate

Returns the value of attribute latest_mpa_approval_team_update.



667
668
669
# File 'sig/types.rbs', line 667

def latest_mpa_approval_team_update
  @latest_mpa_approval_team_update
end

#lock_date::Time

Returns the value of attribute lock_date.

Returns:

  • (::Time)


663
664
665
# File 'sig/types.rbs', line 663

def lock_date
  @lock_date
end

#lockedBoolean

Returns the value of attribute locked.

Returns:

  • (Boolean)


660
661
662
# File 'sig/types.rbs', line 660

def locked
  @locked
end

#max_retention_days::Integer

Returns the value of attribute max_retention_days.

Returns:

  • (::Integer)


662
663
664
# File 'sig/types.rbs', line 662

def max_retention_days
  @max_retention_days
end

#min_retention_days::Integer

Returns the value of attribute min_retention_days.

Returns:

  • (::Integer)


661
662
663
# File 'sig/types.rbs', line 661

def min_retention_days
  @min_retention_days
end

#mpa_approval_team_arn::String

Returns the value of attribute mpa_approval_team_arn.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def mpa_approval_team_arn
  @mpa_approval_team_arn
end

#mpa_session_arn::String

Returns the value of attribute mpa_session_arn.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def mpa_session_arn
  @mpa_session_arn
end

#number_of_recovery_points::Integer

Returns the value of attribute number_of_recovery_points.

Returns:

  • (::Integer)


659
660
661
# File 'sig/types.rbs', line 659

def number_of_recovery_points
  @number_of_recovery_points
end

#source_backup_vault_arn::String

Returns the value of attribute source_backup_vault_arn.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def source_backup_vault_arn
  @source_backup_vault_arn
end

#vault_state"CREATING", ...

Returns the value of attribute vault_state.

Returns:

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


655
656
657
# File 'sig/types.rbs', line 655

def vault_state
  @vault_state
end

#vault_type"BACKUP_VAULT", ...

Returns the value of attribute vault_type.

Returns:

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


654
655
656
# File 'sig/types.rbs', line 654

def vault_type
  @vault_type
end