Class: Aws::EntityResolution::Types::GetProviderServiceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provider_nameString

The name of the provider. This name is typically the company name.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1205

class GetProviderServiceInput < Struct.new(
  :provider_name,
  :provider_service_name)
  SENSITIVE = []
  include Aws::Structure
end

#provider_service_nameString

The ARN (Amazon Resource Name) of the product that the provider service provides.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1205

class GetProviderServiceInput < Struct.new(
  :provider_name,
  :provider_service_name)
  SENSITIVE = []
  include Aws::Structure
end