Class: Aws::Types::UpdateRecoveryPointIndexSettingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryPointIndexSettingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#index ⇒ "ENABLED", "DISABLED"
Returns the value of attribute index.
-
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def backup_vault_name @backup_vault_name end |
#index ⇒ "ENABLED", "DISABLED"
Returns the value of attribute index.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def index @index end |
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def index_status @index_status end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def recovery_point_arn @recovery_point_arn end |