Class: Aws::EntityResolution::Types::NamespaceProviderProperties

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

Overview

An object containing ‘providerConfiguration` and `providerServiceArn`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provider_configurationHash, ...

An object which defines any additional configurations required by the provider service.

Returns:

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


2345
2346
2347
2348
2349
2350
# File 'lib/aws-sdk-entityresolution/types.rb', line 2345

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

#provider_service_arnString

The Amazon Resource Name (ARN) of the provider service.

Returns:

  • (String)


2345
2346
2347
2348
2349
2350
# File 'lib/aws-sdk-entityresolution/types.rb', line 2345

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