Class: Aws::EntityResolution::Types::ListProviderServicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListProviderServicesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token from the previous API call.
-
#provider_service_summaries ⇒ Array<Types::ProviderServiceSummary>
A list of
ProviderServicesobjects.
Instance Attribute Details
#next_token ⇒ String
The pagination token from the previous API call.
2320 2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2320 class ListProviderServicesOutput < Struct.new( :provider_service_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#provider_service_summaries ⇒ Array<Types::ProviderServiceSummary>
A list of ProviderServices objects.
2320 2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2320 class ListProviderServicesOutput < Struct.new( :provider_service_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |