Class: Aws::Types::ListTrialComponentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrialComponentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trial_component_summaries ⇒ ::Array[Types::TrialComponentSummary]
Returns the value of attribute trial_component_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8578 8579 8580 |
# File 'sig/types.rbs', line 8578 def next_token @next_token end |
#trial_component_summaries ⇒ ::Array[Types::TrialComponentSummary]
Returns the value of attribute trial_component_summaries.
8577 8578 8579 |
# File 'sig/types.rbs', line 8577 def trial_component_summaries @trial_component_summaries end |