Class: Aws::Types::ListTrainingPlansResponse

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)


8538
8539
8540
# File 'sig/types.rbs', line 8538

def next_token
  @next_token
end

#training_plan_summaries::Array[Types::TrainingPlanSummary]

Returns the value of attribute training_plan_summaries.

Returns:



8539
8540
8541
# File 'sig/types.rbs', line 8539

def training_plan_summaries
  @training_plan_summaries
end