Class: Aws::EntityResolution::Types::ProviderServiceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ProviderServiceSummary
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
A list of ProviderService
objects, each of which contain the fields
providerName
, providerServiceArn
, providerServiceName
, and
providerServiceType
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider_name ⇒ String
The name of the provider.
-
#provider_service_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the
providerService
. -
#provider_service_display_name ⇒ String
The display name of the provider service.
-
#provider_service_name ⇒ String
The name of the product that the provider service provides.
-
#provider_service_type ⇒ String
The type of provider service.
Instance Attribute Details
#provider_name ⇒ String
The name of the provider. This name is typically the company name.
2514 2515 2516 2517 2518 2519 2520 2521 2522 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2514 class ProviderServiceSummary < Struct.new( :provider_name, :provider_service_arn, :provider_service_display_name, :provider_service_name, :provider_service_type) SENSITIVE = [] include Aws::Structure end |
#provider_service_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for
the providerService
.
2514 2515 2516 2517 2518 2519 2520 2521 2522 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2514 class ProviderServiceSummary < Struct.new( :provider_name, :provider_service_arn, :provider_service_display_name, :provider_service_name, :provider_service_type) SENSITIVE = [] include Aws::Structure end |
#provider_service_display_name ⇒ String
The display name of the provider service.
2514 2515 2516 2517 2518 2519 2520 2521 2522 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2514 class ProviderServiceSummary < Struct.new( :provider_name, :provider_service_arn, :provider_service_display_name, :provider_service_name, :provider_service_type) SENSITIVE = [] include Aws::Structure end |
#provider_service_name ⇒ String
The name of the product that the provider service provides.
2514 2515 2516 2517 2518 2519 2520 2521 2522 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2514 class ProviderServiceSummary < Struct.new( :provider_name, :provider_service_arn, :provider_service_display_name, :provider_service_name, :provider_service_type) SENSITIVE = [] include Aws::Structure end |
#provider_service_type ⇒ String
The type of provider service.
2514 2515 2516 2517 2518 2519 2520 2521 2522 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2514 class ProviderServiceSummary < Struct.new( :provider_name, :provider_service_arn, :provider_service_display_name, :provider_service_name, :provider_service_type) SENSITIVE = [] include Aws::Structure end |