Class: Aws::Types::DescribeProjectsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProjectsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_descriptions ⇒ ::Array[Types::ProjectDescription]
Returns the value of attribute project_descriptions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
512 513 514 |
# File 'sig/types.rbs', line 512 def next_token @next_token end |
#project_descriptions ⇒ ::Array[Types::ProjectDescription]
Returns the value of attribute project_descriptions.
511 512 513 |
# File 'sig/types.rbs', line 511 def project_descriptions @project_descriptions end |