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