Class: Aws::EntityResolution::Types::ListProviderServicesOutput

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


1973
1974
1975
1976
1977
1978
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1973

class ListProviderServicesOutput < Struct.new(
  :next_token,
  :provider_service_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#provider_service_summariesArray<Types::ProviderServiceSummary>

A list of ProviderServices objects.

Returns:



1973
1974
1975
1976
1977
1978
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1973

class ListProviderServicesOutput < Struct.new(
  :next_token,
  :provider_service_summaries)
  SENSITIVE = []
  include Aws::Structure
end