Class: Aws::IoTAnalytics::Types::ListPipelinesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListPipelinesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this request.
The default value is 100.
2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2141 class ListPipelinesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2141 class ListPipelinesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |