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)


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.

Returns:



8592
8593
8594
# File 'sig/types.rbs', line 8592

def trial_component_summaries
  @trial_component_summaries
end