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.
8593 8594 8595 |
# File 'sig/types.rbs', line 8593 def next_token @next_token end |
#trial_component_summaries ⇒ ::Array[Types::TrialComponentSummary]
Returns the value of attribute trial_component_summaries.
8592 8593 8594 |
# File 'sig/types.rbs', line 8592 def trial_component_summaries @trial_component_summaries end |