Class: Aws::HealthLake::Types::BackupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::BackupConfiguration
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The backup configuration for the data store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_tags_enabled ⇒ Boolean
Specifies whether tags are included in backups.
-
#backup_type ⇒ String
The type of backup.
-
#retention_period_in_days ⇒ Integer
The number of days backup data is retained.
-
#status ⇒ String
The backup status of the data store.
Instance Attribute Details
#backup_tags_enabled ⇒ Boolean
Specifies whether tags are included in backups.
130 131 132 133 134 135 136 137 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 130 class BackupConfiguration < Struct.new( :status, :backup_type, :retention_period_in_days, :backup_tags_enabled) SENSITIVE = [] include Aws::Structure end |
#backup_type ⇒ String
The type of backup.
130 131 132 133 134 135 136 137 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 130 class BackupConfiguration < Struct.new( :status, :backup_type, :retention_period_in_days, :backup_tags_enabled) SENSITIVE = [] include Aws::Structure end |
#retention_period_in_days ⇒ Integer
The number of days backup data is retained.
130 131 132 133 134 135 136 137 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 130 class BackupConfiguration < Struct.new( :status, :backup_type, :retention_period_in_days, :backup_tags_enabled) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The backup status of the data store.
130 131 132 133 134 135 136 137 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 130 class BackupConfiguration < Struct.new( :status, :backup_type, :retention_period_in_days, :backup_tags_enabled) SENSITIVE = [] include Aws::Structure end |