Class: Aws::HealthLake::Types::BackupConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-healthlake/types.rb

Overview

The backup configuration for the data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_tags_enabled ⇒ Boolean

Specifies whether tags are included in backups.

Returns:

  • (Boolean)


130
131
132
133
134
135
136
137
# File '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.

Returns:

  • (String)


130
131
132
133
134
135
136
137
# File '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.

Returns:

  • (Integer)


130
131
132
133
134
135
136
137
# File '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.

Returns:

  • (String)


130
131
132
133
134
135
136
137
# File '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