Class: Humidifier::IoTWireless::PartnerAccount
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::IoTWireless::PartnerAccount resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#account_linked ⇒ Object
returns the AccountLinked property.
-
#account_linked=(value) ⇒ Object
sets the AccountLinked property (Boolean).
-
#fingerprint ⇒ Object
returns the Fingerprint property.
-
#fingerprint=(value) ⇒ Object
sets the Fingerprint property (String).
-
#partner_account_id ⇒ Object
returns the PartnerAccountId property.
-
#partner_account_id=(value) ⇒ Object
sets the PartnerAccountId property (String).
-
#partner_type ⇒ Object
returns the PartnerType property.
-
#partner_type=(value) ⇒ Object
sets the PartnerType property (String).
-
#sidewalk ⇒ Object
returns the Sidewalk property.
-
#sidewalk=(value) ⇒ Object
sets the Sidewalk property (Structure).
-
#sidewalk_update ⇒ Object
returns the SidewalkUpdate property.
-
#sidewalk_update=(value) ⇒ Object
sets the SidewalkUpdate property (Structure).
-
#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
#account_linked ⇒ Object
returns the AccountLinked property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def account_linked properties['account_linked'] end |
#account_linked=(value) ⇒ Object
sets the AccountLinked property (Boolean)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def account_linked=(value) update_property('account_linked', value) end |
#fingerprint ⇒ Object
returns the Fingerprint property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def fingerprint properties['fingerprint'] end |
#fingerprint=(value) ⇒ Object
sets the Fingerprint property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def fingerprint=(value) update_property('fingerprint', value) end |
#partner_account_id ⇒ Object
returns the PartnerAccountId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def partner_account_id properties['partner_account_id'] end |
#partner_account_id=(value) ⇒ Object
sets the PartnerAccountId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def partner_account_id=(value) update_property('partner_account_id', value) end |
#partner_type ⇒ Object
returns the PartnerType property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def partner_type properties['partner_type'] end |
#partner_type=(value) ⇒ Object
sets the PartnerType property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def partner_type=(value) update_property('partner_type', value) end |
#sidewalk ⇒ Object
returns the Sidewalk property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def sidewalk properties['sidewalk'] end |
#sidewalk=(value) ⇒ Object
sets the Sidewalk property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def sidewalk=(value) update_property('sidewalk', value) end |
#sidewalk_update ⇒ Object
returns the SidewalkUpdate property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def sidewalk_update properties['sidewalk_update'] end |
#sidewalk_update=(value) ⇒ Object
sets the SidewalkUpdate property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def sidewalk_update=(value) update_property('sidewalk_update', value) end |
#tags ⇒ Object
returns the Tags property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def (value) update_property('tags', value) end |