Class: Aws::AppTest::Types::DatabaseCDC

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Defines the Change Data Capture (CDC) of the database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_metadataTypes::SourceDatabaseMetadata

The source metadata of the database CDC.



697
698
699
700
701
702
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 697

class DatabaseCDC < Struct.new(
  :source_metadata,
  :target_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#target_metadataTypes::TargetDatabaseMetadata

The target metadata of the database CDC.



697
698
699
700
701
702
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 697

class DatabaseCDC < Struct.new(
  :source_metadata,
  :target_metadata)
  SENSITIVE = []
  include Aws::Structure
end