Class: Aws::EntityResolution::Types::ListProviderServicesInput

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

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


2061
2062
2063
2064
2065
2066
2067
# File 'lib/aws-sdk-entityresolution/types.rb', line 2061

class ListProviderServicesInput < Struct.new(
  :max_results,
  :next_token,
  :provider_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
# File 'lib/aws-sdk-entityresolution/types.rb', line 2061

class ListProviderServicesInput < Struct.new(
  :max_results,
  :next_token,
  :provider_name)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

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

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
# File 'lib/aws-sdk-entityresolution/types.rb', line 2061

class ListProviderServicesInput < Struct.new(
  :max_results,
  :next_token,
  :provider_name)
  SENSITIVE = []
  include Aws::Structure
end