Class: Aws::Types::ListTrialsResponse

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)


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.

Returns:



8595
8596
8597
# File 'sig/types.rbs', line 8595

def trial_summaries
  @trial_summaries
end