Class: Aws::CloudWatchEvidently::Types::ListProjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListProjectsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use in a subsequent ‘ListProjects` operation to return the next set of results.
-
#projects ⇒ Array<Types::ProjectSummary>
An array of structures that contain the configuration details of the projects in the Region.
Instance Attribute Details
#next_token ⇒ String
The token to use in a subsequent ‘ListProjects` operation to return the next set of results.
1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1842 class ListProjectsResponse < Struct.new( :next_token, :projects) SENSITIVE = [] include Aws::Structure end |
#projects ⇒ Array<Types::ProjectSummary>
An array of structures that contain the configuration details of the projects in the Region.
1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1842 class ListProjectsResponse < Struct.new( :next_token, :projects) SENSITIVE = [] include Aws::Structure end |