Class: Humidifier::Timestream::ScheduledQuery
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Timestream::ScheduledQuery resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#client_token ⇒ Object
returns the ClientToken property.
-
#client_token=(value) ⇒ Object
sets the ClientToken property (String).
-
#error_report_configuration ⇒ Object
returns the ErrorReportConfiguration property.
-
#error_report_configuration=(value) ⇒ Object
sets the ErrorReportConfiguration property (Structure).
-
#kms_key_id ⇒ Object
returns the KmsKeyId property.
-
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String).
-
#notification_configuration ⇒ Object
returns the NotificationConfiguration property.
-
#notification_configuration=(value) ⇒ Object
sets the NotificationConfiguration property (Structure).
-
#query_string ⇒ Object
returns the QueryString property.
-
#query_string=(value) ⇒ Object
sets the QueryString property (String).
-
#schedule_configuration ⇒ Object
returns the ScheduleConfiguration property.
-
#schedule_configuration=(value) ⇒ Object
sets the ScheduleConfiguration property (Structure).
-
#scheduled_query_execution_role_arn ⇒ Object
returns the ScheduledQueryExecutionRoleArn property.
-
#scheduled_query_execution_role_arn=(value) ⇒ Object
sets the ScheduledQueryExecutionRoleArn property (String).
-
#scheduled_query_name ⇒ Object
returns the ScheduledQueryName property.
-
#scheduled_query_name=(value) ⇒ Object
sets the ScheduledQueryName property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#target_configuration ⇒ Object
returns the TargetConfiguration property.
-
#target_configuration=(value) ⇒ Object
sets the TargetConfiguration 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
#client_token ⇒ Object
returns the ClientToken property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def client_token properties['client_token'] end |
#client_token=(value) ⇒ Object
sets the ClientToken property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def client_token=(value) update_property('client_token', value) end |
#error_report_configuration ⇒ Object
returns the ErrorReportConfiguration property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def error_report_configuration properties['error_report_configuration'] end |
#error_report_configuration=(value) ⇒ Object
sets the ErrorReportConfiguration property (Structure)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def error_report_configuration=(value) update_property('error_report_configuration', value) end |
#kms_key_id ⇒ Object
returns the KmsKeyId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def kms_key_id properties['kms_key_id'] end |
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def kms_key_id=(value) update_property('kms_key_id', value) end |
#notification_configuration ⇒ Object
returns the NotificationConfiguration property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def notification_configuration properties['notification_configuration'] end |
#notification_configuration=(value) ⇒ Object
sets the NotificationConfiguration property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def notification_configuration=(value) update_property('notification_configuration', value) end |
#query_string ⇒ Object
returns the QueryString property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def query_string properties['query_string'] end |
#query_string=(value) ⇒ Object
sets the QueryString property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def query_string=(value) update_property('query_string', value) end |
#schedule_configuration ⇒ Object
returns the ScheduleConfiguration property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def schedule_configuration properties['schedule_configuration'] end |
#schedule_configuration=(value) ⇒ Object
sets the ScheduleConfiguration property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def schedule_configuration=(value) update_property('schedule_configuration', value) end |
#scheduled_query_execution_role_arn ⇒ Object
returns the ScheduledQueryExecutionRoleArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def scheduled_query_execution_role_arn properties['scheduled_query_execution_role_arn'] end |
#scheduled_query_execution_role_arn=(value) ⇒ Object
sets the ScheduledQueryExecutionRoleArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def scheduled_query_execution_role_arn=(value) update_property('scheduled_query_execution_role_arn', value) end |
#scheduled_query_name ⇒ Object
returns the ScheduledQueryName property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def scheduled_query_name properties['scheduled_query_name'] end |
#scheduled_query_name=(value) ⇒ Object
sets the ScheduledQueryName property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def scheduled_query_name=(value) update_property('scheduled_query_name', 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 (List)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |
#target_configuration ⇒ Object
returns the TargetConfiguration property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def target_configuration properties['target_configuration'] end |
#target_configuration=(value) ⇒ Object
sets the TargetConfiguration property (Structure)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def target_configuration=(value) update_property('target_configuration', value) end |