Class: Aws::TimestreamInfluxDB::Types::CreateDbBackupInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_resource_idString

The id of the DB instance or DB cluster to back up.

Returns:

  • (String)


96
97
98
99
100
101
102
103
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 96

class CreateDbBackupInput < Struct.new(
  :name,
  :db_resource_id,
  :retention_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the backup. Must be unique within the account and region.

Returns:

  • (String)


96
97
98
99
100
101
102
103
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 96

class CreateDbBackupInput < Struct.new(
  :name,
  :db_resource_id,
  :retention_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#retention_daysInteger

The number of days to retain the backup. Valid values are 1 to 3650.

Returns:

  • (Integer)


96
97
98
99
100
101
102
103
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 96

class CreateDbBackupInput < Struct.new(
  :name,
  :db_resource_id,
  :retention_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs to associate with the backup.

Returns:

  • (Hash<String,String>)


96
97
98
99
100
101
102
103
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 96

class CreateDbBackupInput < Struct.new(
  :name,
  :db_resource_id,
  :retention_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end