Class: Aws::Types::UpdateMaintenanceWindowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenanceWindowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_unassociated_targets ⇒ Boolean
Returns the value of attribute allow_unassociated_targets.
-
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replace ⇒ Boolean
Returns the value of attribute replace.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
-
#schedule_timezone ⇒ ::String
Returns the value of attribute schedule_timezone.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
Instance Attribute Details
#allow_unassociated_targets ⇒ Boolean
Returns the value of attribute allow_unassociated_targets.
4510 4511 4512 |
# File 'sig/types.rbs', line 4510 def allow_unassociated_targets @allow_unassociated_targets end |
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
4509 4510 4511 |
# File 'sig/types.rbs', line 4509 def cutoff @cutoff end |
#description ⇒ ::String
Returns the value of attribute description.
4502 4503 4504 |
# File 'sig/types.rbs', line 4502 def description @description end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
4508 4509 4510 |
# File 'sig/types.rbs', line 4508 def duration @duration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
4511 4512 4513 |
# File 'sig/types.rbs', line 4511 def enabled @enabled end |
#end_date ⇒ ::String
Returns the value of attribute end_date.
4504 4505 4506 |
# File 'sig/types.rbs', line 4504 def end_date @end_date end |
#name ⇒ ::String
Returns the value of attribute name.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def name @name end |
#replace ⇒ Boolean
Returns the value of attribute replace.
4512 4513 4514 |
# File 'sig/types.rbs', line 4512 def replace @replace end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
4505 4506 4507 |
# File 'sig/types.rbs', line 4505 def schedule @schedule end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
4507 4508 4509 |
# File 'sig/types.rbs', line 4507 def schedule_offset @schedule_offset end |
#schedule_timezone ⇒ ::String
Returns the value of attribute schedule_timezone.
4506 4507 4508 |
# File 'sig/types.rbs', line 4506 def schedule_timezone @schedule_timezone end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
4503 4504 4505 |
# File 'sig/types.rbs', line 4503 def start_date @start_date end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def window_id @window_id end |