Class: Aws::Comprehend::Types::ListFlywheelsResponse

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

#flywheel_summary_listArray<Types::FlywheelSummary>

A list of flywheel properties retrieved by the service in response to the request.

Returns:



5845
5846
5847
5848
5849
5850
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5845

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


5845
5846
5847
5848
5849
5850
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5845

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