Class: Aws::Types::ListScheduleGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListScheduleGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schedule_groups ⇒ ::Array[Types::ScheduleGroupSummary]
Returns the value of attribute schedule_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
176 177 178 |
# File 'sig/types.rbs', line 176 def schedule_groups @schedule_groups end |