Class: Aws::AppTest::Types::TargetDatabaseMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TargetDatabaseMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies a target database metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capture_tool ⇒ String
The capture tool of the target database metadata.
-
#type ⇒ String
The type of the target database metadata.
Instance Attribute Details
#capture_tool ⇒ String
The capture tool 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 |
#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 |