Class: Aws::CloudWatchEvidently::Types::ListProjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListProjectsRequest
- 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.
1823 1824 1825 1826 1827 1828 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1823 class ListProjectsRequest < 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 ‘ListProjects` operation.
1823 1824 1825 1826 1827 1828 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1823 class ListProjectsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |