Class: Aws::Types::DBInstanceAutomatedBackup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.

Returns:



1332
1333
1334
# File 'sig/types.rbs', line 1332

def additional_storage_volumes
  @additional_storage_volumes
end

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def allocated_storage
  @allocated_storage
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def availability_zone
  @availability_zone
end

#aws_backup_recovery_point_arn::String

Returns the value of attribute aws_backup_recovery_point_arn.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def aws_backup_recovery_point_arn
  @aws_backup_recovery_point_arn
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def backup_retention_period
  @backup_retention_period
end

#backup_target::String

Returns the value of attribute backup_target.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def backup_target
  @backup_target
end

#db_instance_arn::String

Returns the value of attribute db_instance_arn.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def db_instance_arn
  @db_instance_arn
end

#db_instance_automated_backups_arn::String

Returns the value of attribute db_instance_automated_backups_arn.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def db_instance_automated_backups_arn
  @db_instance_automated_backups_arn
end

#db_instance_automated_backups_replications::Array[Types::DBInstanceAutomatedBackupsReplication]

Returns the value of attribute db_instance_automated_backups_replications.



1326
1327
1328
# File 'sig/types.rbs', line 1326

def db_instance_automated_backups_replications
  @db_instance_automated_backups_replications
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def db_instance_identifier
  @db_instance_identifier
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def dbi_resource_id
  @dbi_resource_id
end

#dedicated_log_volumeBoolean

Returns the value of attribute dedicated_log_volume.

Returns:

  • (Boolean)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def dedicated_log_volume
  @dedicated_log_volume
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def encrypted
  @encrypted
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#instance_create_time::Time

Returns the value of attribute instance_create_time.

Returns:

  • (::Time)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def instance_create_time
  @instance_create_time
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def license_model
  @license_model
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def master_username
  @master_username
end

#multi_tenantBoolean

Returns the value of attribute multi_tenant.

Returns:

  • (Boolean)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def multi_tenant
  @multi_tenant
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def option_group_name
  @option_group_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def preferred_backup_window
  @preferred_backup_window
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def region
  @region
end

#restore_windowTypes::RestoreWindow

Returns the value of attribute restore_window.



1302
1303
1304
# File 'sig/types.rbs', line 1302

def restore_window
  @restore_window
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def status
  @status
end

#storage_encryption_type"none", ...

Returns the value of attribute storage_encryption_type.

Returns:

  • ("none", "sse-kms", "sse-rds")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def storage_encryption_type
  @storage_encryption_type
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def storage_type
  @storage_type
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



1330
1331
1332
# File 'sig/types.rbs', line 1330

def tag_list
  @tag_list
end

#tde_credential_arn::String

Returns the value of attribute tde_credential_arn.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def tde_credential_arn
  @tde_credential_arn
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def timezone
  @timezone
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def vpc_id
  @vpc_id
end