Class: Aws::EntityResolution::Types::ProviderProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ProviderProperties
- 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
-
#intermediate_source_configuration ⇒ Types::IntermediateSourceConfiguration
The Amazon S3 location that temporarily stores your data while it processes.
-
#provider_configuration ⇒ Hash, ...
The required configuration fields to use with the provider service.
-
#provider_service_arn ⇒ String
The ARN of the provider service.
Instance Attribute Details
#intermediate_source_configuration ⇒ Types::IntermediateSourceConfiguration
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
2450 2451 2452 2453 2454 2455 2456 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2450 class ProviderProperties < Struct.new( :intermediate_source_configuration, :provider_configuration, :provider_service_arn) SENSITIVE = [] include Aws::Structure end |
#provider_configuration ⇒ Hash, ...
The required configuration fields to use with the provider service.
2450 2451 2452 2453 2454 2455 2456 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2450 class ProviderProperties < Struct.new( :intermediate_source_configuration, :provider_configuration, :provider_service_arn) SENSITIVE = [] include Aws::Structure end |
#provider_service_arn ⇒ String
The ARN of the provider service.
2450 2451 2452 2453 2454 2455 2456 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2450 class ProviderProperties < Struct.new( :intermediate_source_configuration, :provider_configuration, :provider_service_arn) SENSITIVE = [] include Aws::Structure end |