Class: Aws::Glue::Types::UpdateIntegrationResourcePropertyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateIntegrationResourcePropertyResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connection ARN of the source, or the database ARN of the target. 
- 
  
    
      #source_processing_properties  ⇒ Types::SourceProcessingProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource properties associated with the integration source. 
- 
  
    
      #target_processing_properties  ⇒ Types::TargetProcessingProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource properties associated with the integration target. 
Instance Attribute Details
#resource_arn ⇒ String
The connection ARN of the source, or the database ARN of the target.
| 26975 26976 26977 26978 26979 26980 26981 | # File 'lib/aws-sdk-glue/types.rb', line 26975 class UpdateIntegrationResourcePropertyResponse < Struct.new( :resource_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end | 
#source_processing_properties ⇒ Types::SourceProcessingProperties
The resource properties associated with the integration source.
| 26975 26976 26977 26978 26979 26980 26981 | # File 'lib/aws-sdk-glue/types.rb', line 26975 class UpdateIntegrationResourcePropertyResponse < Struct.new( :resource_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end | 
#target_processing_properties ⇒ Types::TargetProcessingProperties
The resource properties associated with the integration target.
| 26975 26976 26977 26978 26979 26980 26981 | # File 'lib/aws-sdk-glue/types.rb', line 26975 class UpdateIntegrationResourcePropertyResponse < Struct.new( :resource_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end |