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)


8405
8406
8407
# File 'sig/types.rbs', line 8405

def next_token
  @next_token
end

#project_summary_list::Array[Types::ProjectSummary]

Returns the value of attribute project_summary_list.

Returns:



8404
8405
8406
# File 'sig/types.rbs', line 8404

def project_summary_list
  @project_summary_list
end