Class: Aws::Types::DescribeMaintenanceWindowScheduleResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowScheduleResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_window_executions ⇒ ::Array[Types::ScheduledWindowExecution]
Returns the value of attribute scheduled_window_executions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def next_token @next_token end |
#scheduled_window_executions ⇒ ::Array[Types::ScheduledWindowExecution]
Returns the value of attribute scheduled_window_executions.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def scheduled_window_executions @scheduled_window_executions end |