Class: Aws::EntityResolution::Types::NamespaceProviderProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::NamespaceProviderProperties
- 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
-
#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.
2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2457 class NamespaceProviderProperties < Struct.new( :provider_service_arn, :provider_configuration) SENSITIVE = [] include Aws::Structure end |
#provider_service_arn ⇒ String
The Amazon Resource Name (ARN) of the provider service.
2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2457 class NamespaceProviderProperties < Struct.new( :provider_service_arn, :provider_configuration) SENSITIVE = [] include Aws::Structure end |