Class: Humidifier::IoTWireless::PartnerAccount

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::IoTWireless::PartnerAccount resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

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_linkedObject

returns the AccountLinked property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def 
  properties['account_linked']
end

#account_linked=(value) ⇒ Object

sets the AccountLinked property (Boolean)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def (value)
  update_property('account_linked', value)
end

#fingerprintObject

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_idObject

returns the PartnerAccountId property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def 
  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 (value)
  update_property('partner_account_id', value)
end

#partner_typeObject

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

#sidewalkObject

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_updateObject

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

#tagsObject

returns the Tags property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def tags=(value)
  update_property('tags', value)
end