Class: Aws::Types::DBInstanceAutomatedBackup
- Inherits:
-
Object
- Object
- Aws::Types::DBInstanceAutomatedBackup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_storage_volumes ⇒ ::Array[Types::AdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#aws_backup_recovery_point_arn ⇒ ::String
Returns the value of attribute aws_backup_recovery_point_arn.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#backup_target ⇒ ::String
Returns the value of attribute backup_target.
-
#db_instance_arn ⇒ ::String
Returns the value of attribute db_instance_arn.
-
#db_instance_automated_backups_arn ⇒ ::String
Returns the value of attribute db_instance_automated_backups_arn.
-
#db_instance_automated_backups_replications ⇒ ::Array[Types::DBInstanceAutomatedBackupsReplication]
Returns the value of attribute db_instance_automated_backups_replications.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
-
#instance_create_time ⇒ ::Time
Returns the value of attribute instance_create_time.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#multi_tenant ⇒ Boolean
Returns the value of attribute multi_tenant.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#restore_window ⇒ Types::RestoreWindow
Returns the value of attribute restore_window.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#additional_storage_volumes ⇒ ::Array[Types::AdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
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.
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.
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.
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.
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.
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.
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.
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.
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.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def dbi_resource_id @dbi_resource_id end |
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def dedicated_log_volume @dedicated_log_volume end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def encrypted @encrypted end |
#engine ⇒ ::String
Returns the value of attribute engine.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
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.
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.
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.
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.
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.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def master_username @master_username end |
#multi_tenant ⇒ Boolean
Returns the value of attribute multi_tenant.
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.
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.
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.
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.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def region @region end |
#restore_window ⇒ Types::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.
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.
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.
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.
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.
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.
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.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def timezone @timezone end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def vpc_id @vpc_id end |