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)


2091
2092
2093
2094
2095
2096
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2091

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)


2091
2092
2093
2094
2095
2096
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2091

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