Class: Aws::Comprehend::Types::ListEndpointsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_properties_listArray<Types::EndpointProperties>

Displays a list of endpoint properties being retrieved by the service in response to the request.

Returns:


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_tokenString

Identifies the next page of results to return.

Returns:

  • (String)

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