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)


5243
5244
5245
# File 'sig/types.rbs', line 5243

def next_token
  @next_token
end

#training_plan_extensions::Array[Types::TrainingPlanExtension]

Returns the value of attribute training_plan_extensions.

Returns:



5242
5243
5244
# File 'sig/types.rbs', line 5242

def training_plan_extensions
  @training_plan_extensions
end