Class: Aws::EntityResolution::Types::GetProviderServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetProviderServiceInput
- Includes:
- Structure
- Defined in:
- 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.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1208 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.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1208 class GetProviderServiceInput < Struct.new( :provider_name, :provider_service_name) SENSITIVE = [] include Aws::Structure end |