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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2332

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)


2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2332

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