Class: Aws::RDS::Types::StopDBInstanceAutomatedBackupsReplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::StopDBInstanceAutomatedBackupsReplicationMessage
- Includes:
- Structure
- Defined in:
- 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`.
27434 27435 27436 27437 27438 |
# File 'lib/aws-sdk-rds/types.rb', line 27434 class StopDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn) SENSITIVE = [] include Aws::Structure end |