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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_nameString

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

Returns:

  • (String)


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