Class: Aws::Types::BackupVaultListMember
- Inherits:
-
Object
- Object
- Aws::Types::BackupVaultListMember
- 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.
-
#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.
-
#number_of_recovery_points ⇒ ::Integer
Returns the value of attribute number_of_recovery_points.
-
#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.
179 180 181 |
# File 'sig/types.rbs', line 179 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
178 179 180 |
# File 'sig/types.rbs', line 178 def backup_vault_name @backup_vault_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
182 183 184 |
# File 'sig/types.rbs', line 182 def creation_date @creation_date end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def creator_request_id @creator_request_id end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
183 184 185 |
# File 'sig/types.rbs', line 183 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.
190 191 192 |
# File 'sig/types.rbs', line 190 def encryption_key_type @encryption_key_type end |
#lock_date ⇒ ::Time
Returns the value of attribute lock_date.
189 190 191 |
# File 'sig/types.rbs', line 189 def lock_date @lock_date end |
#locked ⇒ Boolean
Returns the value of attribute locked.
186 187 188 |
# File 'sig/types.rbs', line 186 def locked @locked end |
#max_retention_days ⇒ ::Integer
Returns the value of attribute max_retention_days.
188 189 190 |
# File 'sig/types.rbs', line 188 def max_retention_days @max_retention_days end |
#min_retention_days ⇒ ::Integer
Returns the value of attribute min_retention_days.
187 188 189 |
# File 'sig/types.rbs', line 187 def min_retention_days @min_retention_days end |
#number_of_recovery_points ⇒ ::Integer
Returns the value of attribute number_of_recovery_points.
185 186 187 |
# File 'sig/types.rbs', line 185 def number_of_recovery_points @number_of_recovery_points end |
#vault_state ⇒ "CREATING", ...
Returns the value of attribute vault_state.
181 182 183 |
# File 'sig/types.rbs', line 181 def vault_state @vault_state end |
#vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute vault_type.
180 181 182 |
# File 'sig/types.rbs', line 180 def vault_type @vault_type end |