Class: Aws::Types::DescribeTrainingPlanExtensionHistoryResponse

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)


5239
5240
5241
# File 'sig/types.rbs', line 5239

def next_token
  @next_token
end

#training_plan_extensions::Array[Types::TrainingPlanExtension]

Returns the value of attribute training_plan_extensions.

Returns:



5238
5239
5240
# File 'sig/types.rbs', line 5238

def training_plan_extensions
  @training_plan_extensions
end