Class: Aws::Types::ExperimentRuns
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentRuns
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ExperimentRunSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ExperimentRunSummary]
Returns the value of attribute items.
489 490 491 |
# File 'sig/types.rbs', line 489 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
490 491 492 |
# File 'sig/types.rbs', line 490 def next_token @next_token end |