Class: Aws::Types::DescribeProjectVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProjectVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_version_descriptions ⇒ ::Array[Types::ProjectVersionDescription]
Returns the value of attribute project_version_descriptions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
498 499 500 |
# File 'sig/types.rbs', line 498 def next_token @next_token end |
#project_version_descriptions ⇒ ::Array[Types::ProjectVersionDescription]
Returns the value of attribute project_version_descriptions.
497 498 499 |
# File 'sig/types.rbs', line 497 def project_version_descriptions @project_version_descriptions end |