Class: Aws::Types::DescribeMaintenanceWindowTargetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowTargetsRequest
- 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.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def next_token @next_token end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def window_id @window_id end |