Class: Aws::EntityResolution::Types::NamespaceProviderProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::NamespaceProviderProperties
- 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
-
#provider_configuration ⇒ Hash, ...
An object which defines any additional configurations required by the provider service.
-
#provider_service_arn ⇒ String
The Amazon Resource Name (ARN) of the provider service.
Instance Attribute Details
#provider_configuration ⇒ Hash, ...
An object which defines any additional configurations required by the provider service.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the provider service.
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 |