Class: Aws::AppTest::Types::TargetDatabaseMetadata

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

Overview

Specifies a target database metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capture_toolString

The capture tool of the target database metadata.

Returns:

  • (String)


2608
2609
2610
2611
2612
2613
# File 'lib/aws-sdk-apptest/types.rb', line 2608

class TargetDatabaseMetadata < Struct.new(
  :type,
  :capture_tool)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the target database metadata.

Returns:

  • (String)


2608
2609
2610
2611
2612
2613
# File 'lib/aws-sdk-apptest/types.rb', line 2608

class TargetDatabaseMetadata < Struct.new(
  :type,
  :capture_tool)
  SENSITIVE = []
  include Aws::Structure
end