Class: Humidifier::Detective::MemberInvitation
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Detective::MemberInvitation resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#disable_email_notification ⇒ Object
returns the DisableEmailNotification property.
-
#disable_email_notification=(value) ⇒ Object
sets the DisableEmailNotification property (Boolean).
-
#graph_arn ⇒ Object
returns the GraphArn property.
-
#graph_arn=(value) ⇒ Object
sets the GraphArn property (String).
-
#member_email_address ⇒ Object
returns the MemberEmailAddress property.
-
#member_email_address=(value) ⇒ Object
sets the MemberEmailAddress property (String).
-
#member_id ⇒ Object
returns the MemberId property.
-
#member_id=(value) ⇒ Object
sets the MemberId property (String).
-
#message ⇒ Object
returns the Message property.
-
#message=(value) ⇒ Object
sets the Message 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
#disable_email_notification ⇒ Object
returns the DisableEmailNotification property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def disable_email_notification properties['disable_email_notification'] end |
#disable_email_notification=(value) ⇒ Object
sets the DisableEmailNotification property (Boolean)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def disable_email_notification=(value) update_property('disable_email_notification', value) end |
#graph_arn ⇒ Object
returns the GraphArn property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def graph_arn properties['graph_arn'] end |
#graph_arn=(value) ⇒ Object
sets the GraphArn property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def graph_arn=(value) update_property('graph_arn', value) end |
#member_email_address ⇒ Object
returns the MemberEmailAddress property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def member_email_address properties['member_email_address'] end |
#member_email_address=(value) ⇒ Object
sets the MemberEmailAddress property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def member_email_address=(value) update_property('member_email_address', value) end |
#member_id ⇒ Object
returns the MemberId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def member_id properties['member_id'] end |
#member_id=(value) ⇒ Object
sets the MemberId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def member_id=(value) update_property('member_id', value) end |
#message ⇒ Object
returns the Message property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def properties['message'] end |
#message=(value) ⇒ Object
sets the Message property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def (value) update_property('message', value) end |