Class: Aws::CodeCatalyst::Types::ListProjectsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::ProjectListFilter>

Information about filters to apply to narrow the results returned in the list.

Returns:



1841
1842
1843
1844
1845
1846
1847
1848
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1841

class ListProjectsRequest < Struct.new(
  :space_name,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a ‘NextToken` element, which you can use to obtain additional results.

Returns:

  • (Integer)


1841
1842
1843
1844
1845
1846
1847
1848
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1841

class ListProjectsRequest < Struct.new(
  :space_name,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from a call to this API to indicate the next batch of results to return, if any.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
1848
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1841

class ListProjectsRequest < Struct.new(
  :space_name,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
1848
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1841

class ListProjectsRequest < Struct.new(
  :space_name,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end