Class: Aws::Types::DescribeMaintenanceWindowScheduleResult

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:



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.

Returns:



1317
1318
1319
# File 'sig/types.rbs', line 1317

def scheduled_window_executions
  @scheduled_window_executions
end