Class: Aws::Types::ListProjectsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ProjectSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ProjectSummary]
Returns the value of attribute items.
4276 4277 4278 |
# File 'sig/types.rbs', line 4276 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4277 4278 4279 |
# File 'sig/types.rbs', line 4277 def next_token @next_token end |