Class: Aws::Types::DescribeMaintenanceWindowExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowExecutionsRequest
- 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_id ⇒ ::String
Returns the value of attribute window_id.
Instance Attribute Details
#filters ⇒ ::Array[Types::MaintenanceWindowFilter]
Returns the value of attribute filters.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def next_token @next_token end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def window_id @window_id end |