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:



8658
8659
8660
# File 'sig/types.rbs', line 8658

def next_token
  @next_token
end

#trial_summaries::Array[Types::TrialSummary]

Returns the value of attribute trial_summaries.

Returns:



8657
8658
8659
# File 'sig/types.rbs', line 8657

def trial_summaries
  @trial_summaries
end