Class: Aws::Types::BatchGetProjectsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetProjectsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#projects ⇒ ::Array[Types::Project]
Returns the value of attribute projects.
-
#projects_not_found ⇒ ::Array[::String]
Returns the value of attribute projects_not_found.
Instance Attribute Details
#projects ⇒ ::Array[Types::Project]
Returns the value of attribute projects.
87 88 89 |
# File 'sig/types.rbs', line 87 def projects @projects end |
#projects_not_found ⇒ ::Array[::String]
Returns the value of attribute projects_not_found.
88 89 90 |
# File 'sig/types.rbs', line 88 def projects_not_found @projects_not_found end |