Class: Aws::Comprehend::Types::ListEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_properties_list ⇒ Array<Types::EndpointProperties>
Displays a list of endpoint properties being retrieved by the service in response to the request.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#endpoint_properties_list ⇒ Array<Types::EndpointProperties>
Displays a list of endpoint properties being retrieved by the service in response to the request.
5481 5482 5483 5484 5485 5486 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5481 class ListEndpointsResponse < Struct.new( :endpoint_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5481 5482 5483 5484 5485 5486 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5481 class ListEndpointsResponse < Struct.new( :endpoint_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |