Class: Aws::Types::ListTrialComponentsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



8577
8578
8579
# File 'sig/types.rbs', line 8577

def trial_component_summaries
  @trial_component_summaries
end