Class: Aws::Types::UpdateMaintenanceWindowResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenanceWindowResult
- 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.
-
#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.
4527 4528 4529 |
# File 'sig/types.rbs', line 4527 def allow_unassociated_targets @allow_unassociated_targets end |
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
4526 4527 4528 |
# File 'sig/types.rbs', line 4526 def cutoff @cutoff end |
#description ⇒ ::String
Returns the value of attribute description.
4519 4520 4521 |
# File 'sig/types.rbs', line 4519 def description @description end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
4525 4526 4527 |
# File 'sig/types.rbs', line 4525 def duration @duration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
4528 4529 4530 |
# File 'sig/types.rbs', line 4528 def enabled @enabled end |
#end_date ⇒ ::String
Returns the value of attribute end_date.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def end_date @end_date end |
#name ⇒ ::String
Returns the value of attribute name.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def name @name end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def schedule @schedule end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
4524 4525 4526 |
# File 'sig/types.rbs', line 4524 def schedule_offset @schedule_offset end |
#schedule_timezone ⇒ ::String
Returns the value of attribute schedule_timezone.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def schedule_timezone @schedule_timezone end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 def start_date @start_date end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
4517 4518 4519 |
# File 'sig/types.rbs', line 4517 def window_id @window_id end |