Class: Humidifier::Glue::MLTransform
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Glue::MLTransform resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#glue_version ⇒ Object
returns the GlueVersion property.
-
#glue_version=(value) ⇒ Object
sets the GlueVersion property (String).
-
#input_record_tables ⇒ Object
returns the InputRecordTables property.
-
#input_record_tables=(value) ⇒ Object
sets the InputRecordTables property (Structure).
-
#max_capacity ⇒ Object
returns the MaxCapacity property.
-
#max_capacity=(value) ⇒ Object
sets the MaxCapacity property (Double).
-
#max_retries ⇒ Object
returns the MaxRetries property.
-
#max_retries=(value) ⇒ Object
sets the MaxRetries property (Integer).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#number_of_workers ⇒ Object
returns the NumberOfWorkers property.
-
#number_of_workers=(value) ⇒ Object
sets the NumberOfWorkers property (Integer).
-
#role ⇒ Object
returns the Role property.
-
#role=(value) ⇒ Object
sets the Role property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Json).
-
#timeout ⇒ Object
returns the Timeout property.
-
#timeout=(value) ⇒ Object
sets the Timeout property (Integer).
-
#transform_encryption ⇒ Object
returns the TransformEncryption property.
-
#transform_encryption=(value) ⇒ Object
sets the TransformEncryption property (Structure).
-
#transform_parameters ⇒ Object
returns the TransformParameters property.
-
#transform_parameters=(value) ⇒ Object
sets the TransformParameters property (Structure).
-
#worker_type ⇒ Object
returns the WorkerType property.
-
#worker_type=(value) ⇒ Object
sets the WorkerType property (String).
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
#description ⇒ Object
returns the Description property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def description=(value) update_property('description', value) end |
#glue_version ⇒ Object
returns the GlueVersion property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def glue_version properties['glue_version'] end |
#glue_version=(value) ⇒ Object
sets the GlueVersion property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def glue_version=(value) update_property('glue_version', value) end |
#input_record_tables ⇒ Object
returns the InputRecordTables property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def input_record_tables properties['input_record_tables'] end |
#input_record_tables=(value) ⇒ Object
sets the InputRecordTables property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def input_record_tables=(value) update_property('input_record_tables', value) end |
#max_capacity ⇒ Object
returns the MaxCapacity property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def max_capacity properties['max_capacity'] end |
#max_capacity=(value) ⇒ Object
sets the MaxCapacity property (Double)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def max_capacity=(value) update_property('max_capacity', value) end |
#max_retries ⇒ Object
returns the MaxRetries property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def max_retries properties['max_retries'] end |
#max_retries=(value) ⇒ Object
sets the MaxRetries property (Integer)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def max_retries=(value) update_property('max_retries', value) end |
#name ⇒ Object
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 |
#number_of_workers ⇒ Object
returns the NumberOfWorkers property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def number_of_workers properties['number_of_workers'] end |
#number_of_workers=(value) ⇒ Object
sets the NumberOfWorkers property (Integer)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def number_of_workers=(value) update_property('number_of_workers', value) end |
#role ⇒ Object
returns the Role property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def role properties['role'] end |
#role=(value) ⇒ Object
sets the Role property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def role=(value) update_property('role', value) end |
#tags ⇒ Object
returns the Tags property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Json)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |
#timeout ⇒ Object
returns the Timeout property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def timeout properties['timeout'] end |
#timeout=(value) ⇒ Object
sets the Timeout property (Integer)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def timeout=(value) update_property('timeout', value) end |
#transform_encryption ⇒ Object
returns the TransformEncryption property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def transform_encryption properties['transform_encryption'] end |
#transform_encryption=(value) ⇒ Object
sets the TransformEncryption property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def transform_encryption=(value) update_property('transform_encryption', value) end |
#transform_parameters ⇒ Object
returns the TransformParameters property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def transform_parameters properties['transform_parameters'] end |
#transform_parameters=(value) ⇒ Object
sets the TransformParameters property (Structure)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def transform_parameters=(value) update_property('transform_parameters', value) end |
#worker_type ⇒ Object
returns the WorkerType property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def worker_type properties['worker_type'] end |
#worker_type=(value) ⇒ Object
sets the WorkerType property (String)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def worker_type=(value) update_property('worker_type', value) end |