Class: Aws::Types::DescribeMaintenanceWindowExecutionTaskInvocationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowExecutionTaskInvocationsRequest
- 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.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#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.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def next_token @next_token end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def task_id @task_id end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def window_execution_id @window_execution_id end |