Method: Aws::AppTest::Types::TargetDatabaseMetadata#type
- Defined in:
- lib/aws-sdk-apptest/types.rb
#type ⇒ String
The type of the target database metadata.
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 |