Class: Aws::Types::DescribeMaintenanceWindowExecutionsResult

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)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def next_token
  @next_token
end

#window_executions::Array[Types::MaintenanceWindowExecution]

Returns the value of attribute window_executions.

Returns:



1301
1302
1303
# File 'sig/types.rbs', line 1301

def window_executions
  @window_executions
end