Class: Aws::Types::DescribeMaintenanceWindowTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowTasksRequest
- 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.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def next_token @next_token end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def window_id @window_id end |