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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#backup_tags_enabledBoolean

Specifies whether tags are included in backups.

Returns:

  • (Boolean)


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_typeString

The type of backup.

Returns:

  • (String)


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_daysInteger

The number of days backup data is retained.

Returns:

  • (Integer)


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

#statusString

The backup status of the data store.

Returns:

  • (String)


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