Class: Aws::AppTest::Types::SourceDatabaseMetadata
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppTest::Types::SourceDatabaseMetadata
 
- 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
- 
  
    
      #capture_tool  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The capture tool of the source database metadata. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the source database metadata. 
Instance Attribute Details
#capture_tool ⇒ String
The capture tool of the source database metadata.
| 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 | 
#type ⇒ String
The type of the source database metadata.
| 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 |