Class: Aws::CloudWatchEvidently::Types::ListProjectsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use in a subsequent ListProjects operation to return the next set of results.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1842

class ListProjectsResponse < Struct.new(
  :next_token,
  :projects)
  SENSITIVE = []
  include Aws::Structure
end

#projectsArray<Types::ProjectSummary>

An array of structures that contain the configuration details of the projects in the Region.

Returns:



1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1842

class ListProjectsResponse < Struct.new(
  :next_token,
  :projects)
  SENSITIVE = []
  include Aws::Structure
end