Class: Aws::Types::DescribeMaintenanceWindowsForTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowsForTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_type ⇒ "INSTANCE", "RESOURCE_GROUP"
Returns the value of attribute resource_type.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def next_token @next_token end |
#resource_type ⇒ "INSTANCE", "RESOURCE_GROUP"
Returns the value of attribute resource_type.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def resource_type @resource_type end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def targets @targets end |