Class: Humidifier::ManagedBlockchain::Member
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ManagedBlockchain::Member resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#invitation_id ⇒ Object
returns the InvitationId property.
-
#invitation_id=(value) ⇒ Object
sets the InvitationId property (String).
-
#member_configuration ⇒ Object
returns the MemberConfiguration property.
-
#member_configuration=(value) ⇒ Object
sets the MemberConfiguration property (Structure).
-
#network_configuration ⇒ Object
returns the NetworkConfiguration property.
-
#network_configuration=(value) ⇒ Object
sets the NetworkConfiguration property (Structure).
-
#network_id ⇒ Object
returns the NetworkId property.
-
#network_id=(value) ⇒ Object
sets the NetworkId property (String).
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
#invitation_id ⇒ Object
returns the InvitationId property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def invitation_id properties['invitation_id'] end |
#invitation_id=(value) ⇒ Object
sets the InvitationId property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def invitation_id=(value) update_property('invitation_id', value) end |
#member_configuration ⇒ Object
returns the MemberConfiguration property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def member_configuration properties['member_configuration'] end |
#member_configuration=(value) ⇒ Object
sets the MemberConfiguration property (Structure)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def member_configuration=(value) update_property('member_configuration', value) end |
#network_configuration ⇒ Object
returns the NetworkConfiguration property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def network_configuration properties['network_configuration'] end |
#network_configuration=(value) ⇒ Object
sets the NetworkConfiguration property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def network_configuration=(value) update_property('network_configuration', value) end |
#network_id ⇒ Object
returns the NetworkId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def network_id properties['network_id'] end |
#network_id=(value) ⇒ Object
sets the NetworkId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def network_id=(value) update_property('network_id', value) end |