Class: Aws::Types::ListProjectsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2952
2953
2954
# File 'sig/types.rbs', line 2952

def next_token
  @next_token
end

#project_summaries::Array[Types::ProjectSummary]

Returns the value of attribute project_summaries.

Returns:



2951
2952
2953
# File 'sig/types.rbs', line 2951

def project_summaries
  @project_summaries
end