Class: Aws::Types::GetBlueprintRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBlueprintRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_runs ⇒ ::Array[Types::BlueprintRun]
Returns the value of attribute blueprint_runs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#blueprint_runs ⇒ ::Array[Types::BlueprintRun]
Returns the value of attribute blueprint_runs.
3218 3219 3220 |
# File 'sig/types.rbs', line 3218 def blueprint_runs @blueprint_runs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3219 3220 3221 |
# File 'sig/types.rbs', line 3219 def next_token @next_token end |