Class: Aws::Types::ListTrainingPlansRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::TrainingPlanFilter]

Returns the value of attribute filters.

Returns:



8533
8534
8535
# File 'sig/types.rbs', line 8533

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8528
8529
8530
# File 'sig/types.rbs', line 8528

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8527
8528
8529
# File 'sig/types.rbs', line 8527

def next_token
  @next_token
end

#sort_by"TrainingPlanName", ...

Returns the value of attribute sort_by.

Returns:

  • ("TrainingPlanName", "StartTime", "Status")


8531
8532
8533
# File 'sig/types.rbs', line 8531

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8532
8533
8534
# File 'sig/types.rbs', line 8532

def sort_order
  @sort_order
end

#start_time_after::Time

Returns the value of attribute start_time_after.

Returns:

  • (::Time)


8529
8530
8531
# File 'sig/types.rbs', line 8529

def start_time_after
  @start_time_after
end

#start_time_before::Time

Returns the value of attribute start_time_before.

Returns:

  • (::Time)


8530
8531
8532
# File 'sig/types.rbs', line 8530

def start_time_before
  @start_time_before
end