Class: Aws::Types::ListScheduleGroupsOutput

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)


175
176
177
# File 'sig/types.rbs', line 175

def next_token
  @next_token
end

#schedule_groups ⇒ ::Array[Types::ScheduleGroupSummary]

Returns the value of attribute schedule_groups.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def schedule_groups
  @schedule_groups
end