Class: Aws::EntityResolution::Types::GetProviderServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetProviderServiceInput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider_name ⇒ String
The name of the provider.
-
#provider_service_name ⇒ String
The ARN (Amazon Resource Name) of the product that the provider service provides.
Instance Attribute Details
#provider_name ⇒ String
The name of the provider. This name is typically the company name.
1293 1294 1295 1296 1297 1298 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1293 class GetProviderServiceInput < Struct.new( :provider_name, :provider_service_name) SENSITIVE = [] include Aws::Structure end |
#provider_service_name ⇒ String
The ARN (Amazon Resource Name) of the product that the provider service provides.
1293 1294 1295 1296 1297 1298 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1293 class GetProviderServiceInput < Struct.new( :provider_name, :provider_service_name) SENSITIVE = [] include Aws::Structure end |