Class: Aws::Glue::Types::UpdateIntegrationResourcePropertyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The connection ARN of the source, or the database ARN of the target.

Returns:

  • (String)


27851
27852
27853
27854
27855
27856
27857
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27851

class UpdateIntegrationResourcePropertyResponse < Struct.new(
  :resource_arn,
  :source_processing_properties,
  :target_processing_properties)
  SENSITIVE = []
  include Aws::Structure
end

#source_processing_propertiesTypes::SourceProcessingProperties

The resource properties associated with the integration source.



27851
27852
27853
27854
27855
27856
27857
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27851

class UpdateIntegrationResourcePropertyResponse < Struct.new(
  :resource_arn,
  :source_processing_properties,
  :target_processing_properties)
  SENSITIVE = []
  include Aws::Structure
end

#target_processing_propertiesTypes::TargetProcessingProperties

The resource properties associated with the integration target.



27851
27852
27853
27854
27855
27856
27857
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27851

class UpdateIntegrationResourcePropertyResponse < Struct.new(
  :resource_arn,
  :source_processing_properties,
  :target_processing_properties)
  SENSITIVE = []
  include Aws::Structure
end