Class: Aws::CodeStar::Types::ListProjectsResult

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

#next_tokenString

The continuation token to use when requesting the next set of results, if there are more results to be returned.

Returns:

  • (String)


633
634
635
636
637
638
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 633

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

#projectsArray<Types::ProjectSummary>

A list of projects.

Returns:



633
634
635
636
637
638
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 633

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