Class: Humidifier::Panorama::PackageVersion
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Panorama::PackageVersion resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#mark_latest ⇒ Object
returns the MarkLatest property.
-
#mark_latest=(value) ⇒ Object
sets the MarkLatest property (Boolean).
-
#owner_account ⇒ Object
returns the OwnerAccount property.
-
#owner_account=(value) ⇒ Object
sets the OwnerAccount property (String).
-
#package_id ⇒ Object
returns the PackageId property.
-
#package_id=(value) ⇒ Object
sets the PackageId property (String).
-
#package_version ⇒ Object
returns the PackageVersion property.
-
#package_version=(value) ⇒ Object
sets the PackageVersion property (String).
-
#patch_version ⇒ Object
returns the PatchVersion property.
-
#patch_version=(value) ⇒ Object
sets the PatchVersion property (String).
-
#updated_latest_patch_version ⇒ Object
returns the UpdatedLatestPatchVersion property.
-
#updated_latest_patch_version=(value) ⇒ Object
sets the UpdatedLatestPatchVersion 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
#mark_latest ⇒ Object
returns the MarkLatest property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def mark_latest properties['mark_latest'] end |
#mark_latest=(value) ⇒ Object
sets the MarkLatest property (Boolean)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def mark_latest=(value) update_property('mark_latest', value) end |
#owner_account ⇒ Object
returns the OwnerAccount property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def owner_account properties['owner_account'] end |
#owner_account=(value) ⇒ Object
sets the OwnerAccount property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def owner_account=(value) update_property('owner_account', value) end |
#package_id ⇒ Object
returns the PackageId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def package_id properties['package_id'] end |
#package_id=(value) ⇒ Object
sets the PackageId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def package_id=(value) update_property('package_id', value) end |
#package_version ⇒ Object
returns the PackageVersion property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def package_version properties['package_version'] end |
#package_version=(value) ⇒ Object
sets the PackageVersion property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def package_version=(value) update_property('package_version', value) end |
#patch_version ⇒ Object
returns the PatchVersion property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def patch_version properties['patch_version'] end |
#patch_version=(value) ⇒ Object
sets the PatchVersion property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def patch_version=(value) update_property('patch_version', value) end |
#updated_latest_patch_version ⇒ Object
returns the UpdatedLatestPatchVersion property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def updated_latest_patch_version properties['updated_latest_patch_version'] end |
#updated_latest_patch_version=(value) ⇒ Object
sets the UpdatedLatestPatchVersion property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def updated_latest_patch_version=(value) update_property('updated_latest_patch_version', value) end |