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