Class: Aws::EntityResolution::Types::ProviderProperties

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

Overview

An object containing the providerServiceARN, intermediateSourceConfiguration, and providerConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intermediate_source_configurationTypes::IntermediateSourceConfiguration

The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.



2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2293

class ProviderProperties < Struct.new(
  :intermediate_source_configuration,
  :provider_configuration,
  :provider_service_arn)
  SENSITIVE = []
  include Aws::Structure
end

#provider_configurationHash, ...

The required configuration fields to use with the provider service.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2293

class ProviderProperties < Struct.new(
  :intermediate_source_configuration,
  :provider_configuration,
  :provider_service_arn)
  SENSITIVE = []
  include Aws::Structure
end

#provider_service_arnString

The ARN of the provider service.

Returns:

  • (String)


2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2293

class ProviderProperties < Struct.new(
  :intermediate_source_configuration,
  :provider_configuration,
  :provider_service_arn)
  SENSITIVE = []
  include Aws::Structure
end