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)


2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-entityresolution/types.rb', line 2197

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

#provider_service_arnString

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

Returns:

  • (String)


2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-entityresolution/types.rb', line 2197

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