Class: Aws::Types::ListProjectsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_summary_list ⇒ ::Array[Types::ProjectSummary]
Returns the value of attribute project_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
8389 8390 8391 |
# File 'sig/types.rbs', line 8389 def project_summary_list @project_summary_list end |