Class: Aws::Types::ListProjectsOutput

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)


8390
8391
8392
# File 'sig/types.rbs', line 8390

def next_token
  @next_token
end

#project_summary_list::Array[Types::ProjectSummary]

Returns the value of attribute project_summary_list.

Returns:



8389
8390
8391
# File 'sig/types.rbs', line 8389

def project_summary_list
  @project_summary_list
end