Class: Aws::AppTest::Types::CompareDatabaseCDCStepInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CompareDatabaseCDCStepInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Compares the database Change Data Capture (CDC) step input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_location ⇒ String
The output location of the compare database CDC step input.
-
#source_location ⇒ String
The source location of the compare database CDC step input.
-
#source_metadata ⇒ Types::SourceDatabaseMetadata
The source metadata of the compare database CDC step input.
-
#target_location ⇒ String
The target location of the compare database CDC step input.
-
#target_metadata ⇒ Types::TargetDatabaseMetadata
The target metadata location of the compare database CDC step input.
Instance Attribute Details
#output_location ⇒ String
The output location of the compare database CDC step input.
319 320 321 322 323 324 325 326 327 |
# File 'lib/aws-sdk-apptest/types.rb', line 319 class CompareDatabaseCDCStepInput < Struct.new( :source_location, :target_location, :output_location, :source_metadata, :target_metadata) SENSITIVE = [] include Aws::Structure end |
#source_location ⇒ String
The source location of the compare database CDC step input.
319 320 321 322 323 324 325 326 327 |
# File 'lib/aws-sdk-apptest/types.rb', line 319 class CompareDatabaseCDCStepInput < Struct.new( :source_location, :target_location, :output_location, :source_metadata, :target_metadata) SENSITIVE = [] include Aws::Structure end |
#source_metadata ⇒ Types::SourceDatabaseMetadata
The source metadata of the compare database CDC step input.
319 320 321 322 323 324 325 326 327 |
# File 'lib/aws-sdk-apptest/types.rb', line 319 class CompareDatabaseCDCStepInput < Struct.new( :source_location, :target_location, :output_location, :source_metadata, :target_metadata) SENSITIVE = [] include Aws::Structure end |
#target_location ⇒ String
The target location of the compare database CDC step input.
319 320 321 322 323 324 325 326 327 |
# File 'lib/aws-sdk-apptest/types.rb', line 319 class CompareDatabaseCDCStepInput < Struct.new( :source_location, :target_location, :output_location, :source_metadata, :target_metadata) SENSITIVE = [] include Aws::Structure end |
#target_metadata ⇒ Types::TargetDatabaseMetadata
The target metadata location of the compare database CDC step input.
319 320 321 322 323 324 325 326 327 |
# File 'lib/aws-sdk-apptest/types.rb', line 319 class CompareDatabaseCDCStepInput < Struct.new( :source_location, :target_location, :output_location, :source_metadata, :target_metadata) SENSITIVE = [] include Aws::Structure end |