Class: Aws::Types::DescribeMaintenanceWindowScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMaintenanceWindowScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::PatchOrchestratorFilter]
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.
-
#resource_type ⇒ "INSTANCE", "RESOURCE_GROUP"
Returns the value of attribute resource_type.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
Instance Attribute Details
#filters ⇒ ::Array[Types::PatchOrchestratorFilter]
Returns the value of attribute filters.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def next_token @next_token end |
#resource_type ⇒ "INSTANCE", "RESOURCE_GROUP"
Returns the value of attribute resource_type.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def resource_type @resource_type end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def targets @targets end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def window_id @window_id end |