Class: Aws::CloudWatchEvidently::Types::ListSegmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListSegmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
The token to use when requesting the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1911 class ListSegmentsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of results. You received this token from a previous ‘ListSegments` operation.
1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1911 class ListSegmentsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |