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.
29025 29026 29027 29028 29029 |
# File 'lib/aws-sdk-rds/types.rb', line 29025 class StopDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn) SENSITIVE = [] include Aws::Structure end |