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)


2942
2943
2944
# File 'sig/types.rbs', line 2942

def next_token
  @next_token
end

#project_summaries::Array[Types::ProjectSummary]

Returns the value of attribute project_summaries.

Returns:



2941
2942
2943
# File 'sig/types.rbs', line 2941

def project_summaries
  @project_summaries
end