Method: Aws::AppTest::Types::TargetDatabaseMetadata#type

Defined in:
lib/aws-sdk-apptest/types.rb

#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  < Struct.new(
  :type,
  :capture_tool)
  SENSITIVE = []
  include Aws::Structure
end