Class: Aws::Types::StartDBInstanceAutomatedBackupsReplicationMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartDBInstanceAutomatedBackupsReplicationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
-
#source_db_instance_arn ⇒ ::String
Returns the value of attribute source_db_instance_arn.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
4286 4287 4288 |
# File 'sig/types.rbs', line 4286 def backup_retention_period @backup_retention_period end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4287 4288 4289 |
# File 'sig/types.rbs', line 4287 def kms_key_id @kms_key_id end |
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
4288 4289 4290 |
# File 'sig/types.rbs', line 4288 def pre_signed_url @pre_signed_url end |
#source_db_instance_arn ⇒ ::String
Returns the value of attribute source_db_instance_arn.
4285 4286 4287 |
# File 'sig/types.rbs', line 4285 def source_db_instance_arn @source_db_instance_arn end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
4290 4291 4292 |
# File 'sig/types.rbs', line 4290 def source_region @source_region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4289 4290 4291 |
# File 'sig/types.rbs', line 4289 def @tags end |