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 ‘ProviderServices` objects.
Instance Attribute Details
#next_token ⇒ String
The pagination token from the previous API call.
2079 2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2079 class ListProviderServicesOutput < Struct.new( :next_token, :provider_service_summaries) SENSITIVE = [] include Aws::Structure end |
#provider_service_summaries ⇒ Array<Types::ProviderServiceSummary>
A list of ‘ProviderServices` objects.
2079 2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2079 class ListProviderServicesOutput < Struct.new( :next_token, :provider_service_summaries) SENSITIVE = [] include Aws::Structure end |