Class: Aws::RDS::Types::StopDBInstanceAutomatedBackupsReplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::StopDBInstanceAutomatedBackupsReplicationMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_db_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automate backups, for example,
arn:aws:rds:us-west-2:123456789012:db:mydatabase
.
Instance Attribute Details
#source_db_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the source DB instance for which
to stop replicating automate backups, for example,
arn:aws:rds:us-west-2:123456789012:db:mydatabase
.
27474 27475 27476 27477 27478 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27474 class StopDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn) SENSITIVE = [] include Aws::Structure end |