Class: Aws::EntityResolution::Types::ListProviderServicesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListProviderServicesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous API call.
-
#provider_name ⇒ String
The name of the provider.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects returned per page.
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_token ⇒ String
The pagination token from the previous API call.
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_name ⇒ String
The name of the provider. This name is typically the company name.
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 |