Class: Humidifier::AppStream::ApplicationEntitlementAssociation
- Inherits:
-
Resource
- Object
- Resource
- Humidifier::AppStream::ApplicationEntitlementAssociation
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppStream::ApplicationEntitlementAssociation resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#application_identifier ⇒ Object
returns the ApplicationIdentifier property.
-
#application_identifier=(value) ⇒ Object
sets the ApplicationIdentifier property (String).
-
#entitlement_name ⇒ Object
returns the EntitlementName property.
-
#entitlement_name=(value) ⇒ Object
sets the EntitlementName property (String).
-
#stack_name ⇒ Object
returns the StackName property.
-
#stack_name=(value) ⇒ Object
sets the StackName 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
#application_identifier ⇒ Object
returns the ApplicationIdentifier property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def application_identifier properties['application_identifier'] end |
#application_identifier=(value) ⇒ Object
sets the ApplicationIdentifier property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def application_identifier=(value) update_property('application_identifier', value) end |
#entitlement_name ⇒ Object
returns the EntitlementName property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def entitlement_name properties['entitlement_name'] end |
#entitlement_name=(value) ⇒ Object
sets the EntitlementName property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def entitlement_name=(value) update_property('entitlement_name', value) end |
#stack_name ⇒ Object
returns the StackName property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def stack_name properties['stack_name'] end |
#stack_name=(value) ⇒ Object
sets the StackName property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def stack_name=(value) update_property('stack_name', value) end |