Class: Aws::DatabaseMigrationService::Types::RefreshSchemasMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::RefreshSchemasMessage
 
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. 
- 
  
    
      #replication_instance_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the replication instance. 
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
| 10946 10947 10948 10949 10950 10951 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10946 class RefreshSchemasMessage < Struct.new( :endpoint_arn, :replication_instance_arn) SENSITIVE = [] include Aws::Structure end | 
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
| 10946 10947 10948 10949 10950 10951 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10946 class RefreshSchemasMessage < Struct.new( :endpoint_arn, :replication_instance_arn) SENSITIVE = [] include Aws::Structure end |