Class: Humidifier::GameLift::GameSessionQueue
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::GameLift::GameSessionQueue resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#custom_event_data ⇒ Object
returns the CustomEventData property.
-
#custom_event_data=(value) ⇒ Object
sets the CustomEventData property (String).
-
#destinations ⇒ Object
returns the Destinations property.
-
#destinations=(value) ⇒ Object
sets the Destinations property (List).
-
#filter_configuration ⇒ Object
returns the FilterConfiguration property.
-
#filter_configuration=(value) ⇒ Object
sets the FilterConfiguration property (Structure).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#notification_target ⇒ Object
returns the NotificationTarget property.
-
#notification_target=(value) ⇒ Object
sets the NotificationTarget property (String).
-
#player_latency_policies ⇒ Object
returns the PlayerLatencyPolicies property.
-
#player_latency_policies=(value) ⇒ Object
sets the PlayerLatencyPolicies property (List).
-
#priority_configuration ⇒ Object
returns the PriorityConfiguration property.
-
#priority_configuration=(value) ⇒ Object
sets the PriorityConfiguration property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#timeout_in_seconds ⇒ Object
returns the TimeoutInSeconds property.
-
#timeout_in_seconds=(value) ⇒ Object
sets the TimeoutInSeconds property (Integer).
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
#custom_event_data ⇒ Object
returns the CustomEventData property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def custom_event_data properties['custom_event_data'] end |
#custom_event_data=(value) ⇒ Object
sets the CustomEventData property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def custom_event_data=(value) update_property('custom_event_data', value) end |
#destinations ⇒ Object
returns the Destinations property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def destinations properties['destinations'] end |
#destinations=(value) ⇒ Object
sets the Destinations property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def destinations=(value) update_property('destinations', value) end |
#filter_configuration ⇒ Object
returns the FilterConfiguration property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def filter_configuration properties['filter_configuration'] end |
#filter_configuration=(value) ⇒ Object
sets the FilterConfiguration property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def filter_configuration=(value) update_property('filter_configuration', value) end |
#name ⇒ Object
returns the Name property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def name=(value) update_property('name', value) end |
#notification_target ⇒ Object
returns the NotificationTarget property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def notification_target properties['notification_target'] end |
#notification_target=(value) ⇒ Object
sets the NotificationTarget property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def notification_target=(value) update_property('notification_target', value) end |
#player_latency_policies ⇒ Object
returns the PlayerLatencyPolicies property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def player_latency_policies properties['player_latency_policies'] end |
#player_latency_policies=(value) ⇒ Object
sets the PlayerLatencyPolicies property (List)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def player_latency_policies=(value) update_property('player_latency_policies', value) end |
#priority_configuration ⇒ Object
returns the PriorityConfiguration property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def priority_configuration properties['priority_configuration'] end |
#priority_configuration=(value) ⇒ Object
sets the PriorityConfiguration property (Structure)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def priority_configuration=(value) update_property('priority_configuration', 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 |
#timeout_in_seconds ⇒ Object
returns the TimeoutInSeconds property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def timeout_in_seconds properties['timeout_in_seconds'] end |
#timeout_in_seconds=(value) ⇒ Object
sets the TimeoutInSeconds property (Integer)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def timeout_in_seconds=(value) update_property('timeout_in_seconds', value) end |