Class: Humidifier::SSM::MaintenanceWindow

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::SSM::MaintenanceWindow resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#allow_unassociated_targetsObject

returns the AllowUnassociatedTargets property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def allow_unassociated_targets
  properties['allow_unassociated_targets']
end

#allow_unassociated_targets=(value) ⇒ Object

sets the AllowUnassociatedTargets property (Boolean)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def allow_unassociated_targets=(value)
  update_property('allow_unassociated_targets', value)
end

#cutoffObject

returns the Cutoff property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def cutoff
  properties['cutoff']
end

#cutoff=(value) ⇒ Object

sets the Cutoff property (Integer)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def cutoff=(value)
  update_property('cutoff', value)
end

#descriptionObject

returns the Description property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def description=(value)
  update_property('description', value)
end

#durationObject

returns the Duration property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def duration
  properties['duration']
end

#duration=(value) ⇒ Object

sets the Duration property (Integer)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def duration=(value)
  update_property('duration', value)
end

#end_dateObject

returns the EndDate property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def end_date
  properties['end_date']
end

#end_date=(value) ⇒ Object

sets the EndDate property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def end_date=(value)
  update_property('end_date', value)
end

#nameObject

returns the Name property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def name
  properties['name']
end

#name=(value) ⇒ Object

sets the Name property (String)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def name=(value)
  update_property('name', value)
end

#scheduleObject

returns the Schedule property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def schedule
  properties['schedule']
end

#schedule=(value) ⇒ Object

sets the Schedule property (String)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def schedule=(value)
  update_property('schedule', value)
end

#schedule_offsetObject

returns the ScheduleOffset property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def schedule_offset
  properties['schedule_offset']
end

#schedule_offset=(value) ⇒ Object

sets the ScheduleOffset property (Integer)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def schedule_offset=(value)
  update_property('schedule_offset', value)
end

#schedule_timezoneObject

returns the ScheduleTimezone property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def schedule_timezone
  properties['schedule_timezone']
end

#schedule_timezone=(value) ⇒ Object

sets the ScheduleTimezone property (String)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def schedule_timezone=(value)
  update_property('schedule_timezone', value)
end

#start_dateObject

returns the StartDate property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def start_date
  properties['start_date']
end

#start_date=(value) ⇒ Object

sets the StartDate property (String)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def start_date=(value)
  update_property('start_date', value)
end

#tagsObject

returns the Tags property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def tags=(value)
  update_property('tags', value)
end