Class: Aws::AppTest::Types::SourceDatabaseMetadata

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

Overview

Specifies the source database metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capture_toolString

The capture tool of the source database metadata.

Returns:

  • (String)


2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2333

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

#typeString

The type of the source database metadata.

Returns:

  • (String)


2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2333

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