Class: Aws::CloudWatchEvidently::Types::ListProjectsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to include in the response.

Returns:

  • (Integer)


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_tokenString

The token to use when requesting the next set of results. You received this token from a previous ‘ListProjects` operation.

Returns:

  • (String)


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