Class: Humidifier::IoTSiteWise::Portal
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::IoTSiteWise::Portal resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#alarms ⇒ Object
returns the Alarms property.
-
#alarms=(value) ⇒ Object
sets the Alarms property (Json).
-
#notification_sender_email ⇒ Object
returns the NotificationSenderEmail property.
-
#notification_sender_email=(value) ⇒ Object
sets the NotificationSenderEmail property (String).
-
#portal_auth_mode ⇒ Object
returns the PortalAuthMode property.
-
#portal_auth_mode=(value) ⇒ Object
sets the PortalAuthMode property (String).
-
#portal_contact_email ⇒ Object
returns the PortalContactEmail property.
-
#portal_contact_email=(value) ⇒ Object
sets the PortalContactEmail property (String).
-
#portal_description ⇒ Object
returns the PortalDescription property.
-
#portal_description=(value) ⇒ Object
sets the PortalDescription property (String).
-
#portal_name ⇒ Object
returns the PortalName property.
-
#portal_name=(value) ⇒ Object
sets the PortalName property (String).
-
#role_arn ⇒ Object
returns the RoleArn property.
-
#role_arn=(value) ⇒ Object
sets the RoleArn property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
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
#alarms ⇒ Object
returns the Alarms property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def alarms properties['alarms'] end |
#alarms=(value) ⇒ Object
sets the Alarms property (Json)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def alarms=(value) update_property('alarms', value) end |
#notification_sender_email ⇒ Object
returns the NotificationSenderEmail property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def notification_sender_email properties['notification_sender_email'] end |
#notification_sender_email=(value) ⇒ Object
sets the NotificationSenderEmail property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def notification_sender_email=(value) update_property('notification_sender_email', value) end |
#portal_auth_mode ⇒ Object
returns the PortalAuthMode property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def portal_auth_mode properties['portal_auth_mode'] end |
#portal_auth_mode=(value) ⇒ Object
sets the PortalAuthMode property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def portal_auth_mode=(value) update_property('portal_auth_mode', value) end |
#portal_contact_email ⇒ Object
returns the PortalContactEmail property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def portal_contact_email properties['portal_contact_email'] end |
#portal_contact_email=(value) ⇒ Object
sets the PortalContactEmail property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def portal_contact_email=(value) update_property('portal_contact_email', value) end |
#portal_description ⇒ Object
returns the PortalDescription property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def portal_description properties['portal_description'] end |
#portal_description=(value) ⇒ Object
sets the PortalDescription property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def portal_description=(value) update_property('portal_description', value) end |
#portal_name ⇒ Object
returns the PortalName property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def portal_name properties['portal_name'] end |
#portal_name=(value) ⇒ Object
sets the PortalName property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def portal_name=(value) update_property('portal_name', value) end |
#role_arn ⇒ Object
returns the RoleArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def role_arn properties['role_arn'] end |
#role_arn=(value) ⇒ Object
sets the RoleArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def role_arn=(value) update_property('role_arn', value) end |
#tags ⇒ Object
returns the Tags property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def (value) update_property('tags', value) end |