Class: Aws::Types::DescribeMaintenanceWindowExecutionTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowExecutionTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::MaintenanceWindowFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
Instance Attribute Details
#filters ⇒ ::Array[Types::MaintenanceWindowFilter]
Returns the value of attribute filters.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def next_token @next_token end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def window_execution_id @window_execution_id end |