Class: Humidifier::ECR::RegistryPolicy
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ECR::RegistryPolicy resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#policy_text ⇒ Object
returns the PolicyText property.
-
#policy_text=(value) ⇒ Object
sets the PolicyText property (Json).
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
#policy_text ⇒ Object
returns the PolicyText property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def policy_text properties['policy_text'] end |
#policy_text=(value) ⇒ Object
sets the PolicyText property (Json)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def policy_text=(value) update_property('policy_text', value) end |