Class: Aws::Comprehend::Types::ListFlywheelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListFlywheelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flywheel_summary_list ⇒ Array<Types::FlywheelSummary>
A list of flywheel properties retrieved by the service in response to the request.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#flywheel_summary_list ⇒ Array<Types::FlywheelSummary>
A list of flywheel properties retrieved by the service in response to the request.
5845 5846 5847 5848 5849 5850 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5845 class ListFlywheelsResponse < Struct.new( :flywheel_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5845 5846 5847 5848 5849 5850 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5845 class ListFlywheelsResponse < Struct.new( :flywheel_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |