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