Class: Humidifier::IoT::JobTemplate
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::IoT::JobTemplate resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#abort_config ⇒ Object
returns the AbortConfig property.
-
#abort_config=(value) ⇒ Object
sets the AbortConfig property (Json).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#document ⇒ Object
returns the Document property.
-
#document=(value) ⇒ Object
sets the Document property (String).
-
#document_source ⇒ Object
returns the DocumentSource property.
-
#document_source=(value) ⇒ Object
sets the DocumentSource property (String).
-
#job_arn ⇒ Object
returns the JobArn property.
-
#job_arn=(value) ⇒ Object
sets the JobArn property (String).
-
#job_executions_retry_config ⇒ Object
returns the JobExecutionsRetryConfig property.
-
#job_executions_retry_config=(value) ⇒ Object
sets the JobExecutionsRetryConfig property (Json).
-
#job_executions_rollout_config ⇒ Object
returns the JobExecutionsRolloutConfig property.
-
#job_executions_rollout_config=(value) ⇒ Object
sets the JobExecutionsRolloutConfig property (Json).
-
#job_template_id ⇒ Object
returns the JobTemplateId property.
-
#job_template_id=(value) ⇒ Object
sets the JobTemplateId property (String).
-
#presigned_url_config ⇒ Object
returns the PresignedUrlConfig property.
-
#presigned_url_config=(value) ⇒ Object
sets the PresignedUrlConfig property (Json).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#timeout_config ⇒ Object
returns the TimeoutConfig property.
-
#timeout_config=(value) ⇒ Object
sets the TimeoutConfig property (Json).
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
#abort_config ⇒ Object
returns the AbortConfig property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def abort_config properties['abort_config'] end |
#abort_config=(value) ⇒ Object
sets the AbortConfig property (Json)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def abort_config=(value) update_property('abort_config', value) end |
#description ⇒ Object
returns the Description property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def description=(value) update_property('description', value) end |
#document ⇒ Object
returns the Document property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def document properties['document'] end |
#document=(value) ⇒ Object
sets the Document property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def document=(value) update_property('document', value) end |
#document_source ⇒ Object
returns the DocumentSource property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def document_source properties['document_source'] end |
#document_source=(value) ⇒ Object
sets the DocumentSource property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def document_source=(value) update_property('document_source', value) end |
#job_arn ⇒ Object
returns the JobArn property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def job_arn properties['job_arn'] end |
#job_arn=(value) ⇒ Object
sets the JobArn property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def job_arn=(value) update_property('job_arn', value) end |
#job_executions_retry_config ⇒ Object
returns the JobExecutionsRetryConfig property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def job_executions_retry_config properties['job_executions_retry_config'] end |
#job_executions_retry_config=(value) ⇒ Object
sets the JobExecutionsRetryConfig property (Json)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def job_executions_retry_config=(value) update_property('job_executions_retry_config', value) end |
#job_executions_rollout_config ⇒ Object
returns the JobExecutionsRolloutConfig property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def job_executions_rollout_config properties['job_executions_rollout_config'] end |
#job_executions_rollout_config=(value) ⇒ Object
sets the JobExecutionsRolloutConfig property (Json)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def job_executions_rollout_config=(value) update_property('job_executions_rollout_config', value) end |
#job_template_id ⇒ Object
returns the JobTemplateId property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def job_template_id properties['job_template_id'] end |
#job_template_id=(value) ⇒ Object
sets the JobTemplateId property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def job_template_id=(value) update_property('job_template_id', value) end |
#presigned_url_config ⇒ Object
returns the PresignedUrlConfig property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def presigned_url_config properties['presigned_url_config'] end |
#presigned_url_config=(value) ⇒ Object
sets the PresignedUrlConfig property (Json)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def presigned_url_config=(value) update_property('presigned_url_config', value) end |
#tags ⇒ Object
returns the Tags property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def (value) update_property('tags', value) end |
#timeout_config ⇒ Object
returns the TimeoutConfig property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def timeout_config properties['timeout_config'] end |
#timeout_config=(value) ⇒ Object
sets the TimeoutConfig property (Json)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def timeout_config=(value) update_property('timeout_config', value) end |