Class: Humidifier::Glue::Job

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

Overview

A dynamically-defined class that represents an AWS::Glue::Job resource

AWS 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

#allocated_capacityObject

returns the AllocatedCapacity property



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

def allocated_capacity
  properties['allocated_capacity']
end

#allocated_capacity=(value) ⇒ Object

sets the AllocatedCapacity property (Double)



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

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

#commandObject

returns the Command property



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

def command
  properties['command']
end

#command=(value) ⇒ Object

sets the Command property (Structure)



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

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

#connectionsObject

returns the Connections property



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

def connections
  properties['connections']
end

#connections=(value) ⇒ Object

sets the Connections property (Structure)



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

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

#default_argumentsObject

returns the DefaultArguments property



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

def default_arguments
  properties['default_arguments']
end

#default_arguments=(value) ⇒ Object

sets the DefaultArguments property (Json)



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

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

#descriptionObject

returns the Description property



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

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



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

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

#execution_propertyObject

returns the ExecutionProperty property



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

def execution_property
  properties['execution_property']
end

#execution_property=(value) ⇒ Object

sets the ExecutionProperty property (Structure)



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

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

#glue_versionObject

returns the GlueVersion property



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

def glue_version
  properties['glue_version']
end

#glue_version=(value) ⇒ Object

sets the GlueVersion property (String)



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

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

#log_uriObject

returns the LogUri property



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

def log_uri
  properties['log_uri']
end

#log_uri=(value) ⇒ Object

sets the LogUri property (String)



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

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

#max_capacityObject

returns the MaxCapacity property



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

def max_capacity
  properties['max_capacity']
end

#max_capacity=(value) ⇒ Object

sets the MaxCapacity property (Double)



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

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

#max_retriesObject

returns the MaxRetries property



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

def max_retries
  properties['max_retries']
end

#max_retries=(value) ⇒ Object

sets the MaxRetries property (Double)



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

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

#nameObject

returns the Name property



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

def name
  properties['name']
end

#name=(value) ⇒ Object

sets the Name property (String)



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

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

#notification_propertyObject

returns the NotificationProperty property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def notification_property
  properties['notification_property']
end

#notification_property=(value) ⇒ Object

sets the NotificationProperty property (Structure)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

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

#number_of_workersObject

returns the NumberOfWorkers property



130
131
132
# File 'lib/humidifier/magic.rb', line 130

def number_of_workers
  properties['number_of_workers']
end

#number_of_workers=(value) ⇒ Object

sets the NumberOfWorkers property (Integer)



135
136
137
# File 'lib/humidifier/magic.rb', line 135

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

#roleObject

returns the Role property



140
141
142
# File 'lib/humidifier/magic.rb', line 140

def role
  properties['role']
end

#role=(value) ⇒ Object

sets the Role property (String)



145
146
147
# File 'lib/humidifier/magic.rb', line 145

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

#security_configurationObject

returns the SecurityConfiguration property



150
151
152
# File 'lib/humidifier/magic.rb', line 150

def security_configuration
  properties['security_configuration']
end

#security_configuration=(value) ⇒ Object

sets the SecurityConfiguration property (String)



155
156
157
# File 'lib/humidifier/magic.rb', line 155

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

#tagsObject

returns the Tags property



160
161
162
# File 'lib/humidifier/magic.rb', line 160

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (Json)



165
166
167
# File 'lib/humidifier/magic.rb', line 165

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

#timeoutObject

returns the Timeout property



170
171
172
# File 'lib/humidifier/magic.rb', line 170

def timeout
  properties['timeout']
end

#timeout=(value) ⇒ Object

sets the Timeout property (Integer)



175
176
177
# File 'lib/humidifier/magic.rb', line 175

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

#worker_typeObject

returns the WorkerType property



180
181
182
# File 'lib/humidifier/magic.rb', line 180

def worker_type
  properties['worker_type']
end

#worker_type=(value) ⇒ Object

sets the WorkerType property (String)



185
186
187
# File 'lib/humidifier/magic.rb', line 185

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