Class: Aws::Types::ListTrialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trial_summaries ⇒ ::Array[Types::TrialSummary]
Returns the value of attribute trial_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8596 8597 8598 |
# File 'sig/types.rbs', line 8596 def next_token @next_token end |
#trial_summaries ⇒ ::Array[Types::TrialSummary]
Returns the value of attribute trial_summaries.
8595 8596 8597 |
# File 'sig/types.rbs', line 8595 def trial_summaries @trial_summaries end |