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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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:



5598
5599
5600
5601
5602
5603
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5598

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)


5598
5599
5600
5601
5602
5603
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5598

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