Class: Aws::Types::DescribeBackupVaultOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBackupVaultOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
Returns the value of attribute encryption_key_type.
-
#latest_mpa_approval_team_update ⇒ Types::LatestMpaApprovalTeamUpdate
Returns the value of attribute latest_mpa_approval_team_update.
-
#lock_date ⇒ ::Time
Returns the value of attribute lock_date.
-
#locked ⇒ Boolean
Returns the value of attribute locked.
-
#max_retention_days ⇒ ::Integer
Returns the value of attribute max_retention_days.
-
#min_retention_days ⇒ ::Integer
Returns the value of attribute min_retention_days.
-
#mpa_approval_team_arn ⇒ ::String
Returns the value of attribute mpa_approval_team_arn.
-
#mpa_session_arn ⇒ ::String
Returns the value of attribute mpa_session_arn.
-
#number_of_recovery_points ⇒ ::Integer
Returns the value of attribute number_of_recovery_points.
-
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
-
#vault_state ⇒ "CREATING", ...
Returns the value of attribute vault_state.
-
#vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute vault_type.
Instance Attribute Details
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
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.
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.
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.
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.
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.
668 669 670 |
# File 'sig/types.rbs', line 668 def encryption_key_type @encryption_key_type end |
#latest_mpa_approval_team_update ⇒ Types::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.
663 664 665 |
# File 'sig/types.rbs', line 663 def lock_date @lock_date end |
#locked ⇒ Boolean
Returns the value of attribute locked.
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.
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.
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.
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.
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.
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.
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.
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.
654 655 656 |
# File 'sig/types.rbs', line 654 def vault_type @vault_type end |