Class: Aws::CodeStar::Types::ListProjectsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum amount of data that can be contained in a single set of results.

Returns:

  • (Integer)


615
616
617
618
619
620
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 615

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

#next_tokenString

The continuation token to be used to return the next set of results, if the results cannot be returned in one response.

Returns:

  • (String)


615
616
617
618
619
620
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 615

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