Class: Aws::Comprehend::Types::ListFlywheelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListFlywheelsResponse
- Defined in:
- gems/aws-sdk-comprehend/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.
5794 5795 5796 5797 5798 5799 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5794 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.
5794 5795 5796 5797 5798 5799 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5794 class ListFlywheelsResponse < Struct.new( :flywheel_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |