Class: Humidifier::IoTAnalytics::Dataset
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::IoTAnalytics::Dataset resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#actions ⇒ Object
returns the Actions property.
-
#actions=(value) ⇒ Object
sets the Actions property (List).
-
#content_delivery_rules ⇒ Object
returns the ContentDeliveryRules property.
-
#content_delivery_rules=(value) ⇒ Object
sets the ContentDeliveryRules property (List).
-
#dataset_name ⇒ Object
returns the DatasetName property.
-
#dataset_name=(value) ⇒ Object
sets the DatasetName property (String).
-
#late_data_rules ⇒ Object
returns the LateDataRules property.
-
#late_data_rules=(value) ⇒ Object
sets the LateDataRules property (List).
-
#retention_period ⇒ Object
returns the RetentionPeriod property.
-
#retention_period=(value) ⇒ Object
sets the RetentionPeriod property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#triggers ⇒ Object
returns the Triggers property.
-
#triggers=(value) ⇒ Object
sets the Triggers property (List).
-
#versioning_configuration ⇒ Object
returns the VersioningConfiguration property.
-
#versioning_configuration=(value) ⇒ Object
sets the VersioningConfiguration property (Structure).
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
#actions ⇒ Object
returns the Actions property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def actions properties['actions'] end |
#actions=(value) ⇒ Object
sets the Actions property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def actions=(value) update_property('actions', value) end |
#content_delivery_rules ⇒ Object
returns the ContentDeliveryRules property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def content_delivery_rules properties['content_delivery_rules'] end |
#content_delivery_rules=(value) ⇒ Object
sets the ContentDeliveryRules property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def content_delivery_rules=(value) update_property('content_delivery_rules', value) end |
#dataset_name ⇒ Object
returns the DatasetName property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def dataset_name properties['dataset_name'] end |
#dataset_name=(value) ⇒ Object
sets the DatasetName property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def dataset_name=(value) update_property('dataset_name', value) end |
#late_data_rules ⇒ Object
returns the LateDataRules property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def late_data_rules properties['late_data_rules'] end |
#late_data_rules=(value) ⇒ Object
sets the LateDataRules property (List)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def late_data_rules=(value) update_property('late_data_rules', value) end |
#retention_period ⇒ Object
returns the RetentionPeriod property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def retention_period properties['retention_period'] end |
#retention_period=(value) ⇒ Object
sets the RetentionPeriod property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def retention_period=(value) update_property('retention_period', value) end |
#tags ⇒ Object
returns the Tags property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def (value) update_property('tags', value) end |
#triggers ⇒ Object
returns the Triggers property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def triggers properties['triggers'] end |
#triggers=(value) ⇒ Object
sets the Triggers property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def triggers=(value) update_property('triggers', value) end |
#versioning_configuration ⇒ Object
returns the VersioningConfiguration property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def versioning_configuration properties['versioning_configuration'] end |
#versioning_configuration=(value) ⇒ Object
sets the VersioningConfiguration property (Structure)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def versioning_configuration=(value) update_property('versioning_configuration', value) end |