Class: Aws::AppTest::Types::DatabaseCDC
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DatabaseCDC
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Defines the Change Data Capture (CDC) of the database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_metadata ⇒ Types::SourceDatabaseMetadata
The source metadata of the database CDC.
-
#target_metadata ⇒ Types::TargetDatabaseMetadata
The target metadata of the database CDC.
Instance Attribute Details
#source_metadata ⇒ Types::SourceDatabaseMetadata
The source metadata of the database CDC.
697 698 699 700 701 702 |
# File 'lib/aws-sdk-apptest/types.rb', line 697 class DatabaseCDC < Struct.new( :source_metadata, :target_metadata) SENSITIVE = [] include Aws::Structure end |
#target_metadata ⇒ Types::TargetDatabaseMetadata
The target metadata of the database CDC.
697 698 699 700 701 702 |
# File 'lib/aws-sdk-apptest/types.rb', line 697 class DatabaseCDC < Struct.new( :source_metadata, :target_metadata) SENSITIVE = [] include Aws::Structure end |