Class: Humidifier::ImageBuilder::Image
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ImageBuilder::Image resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#container_recipe_arn ⇒ Object
returns the ContainerRecipeArn property.
-
#container_recipe_arn=(value) ⇒ Object
sets the ContainerRecipeArn property (String).
-
#distribution_configuration_arn ⇒ Object
returns the DistributionConfigurationArn property.
-
#distribution_configuration_arn=(value) ⇒ Object
sets the DistributionConfigurationArn property (String).
-
#enhanced_image_metadata_enabled ⇒ Object
returns the EnhancedImageMetadataEnabled property.
-
#enhanced_image_metadata_enabled=(value) ⇒ Object
sets the EnhancedImageMetadataEnabled property (Boolean).
-
#image_recipe_arn ⇒ Object
returns the ImageRecipeArn property.
-
#image_recipe_arn=(value) ⇒ Object
sets the ImageRecipeArn property (String).
-
#image_tests_configuration ⇒ Object
returns the ImageTestsConfiguration property.
-
#image_tests_configuration=(value) ⇒ Object
sets the ImageTestsConfiguration property (Structure).
-
#infrastructure_configuration_arn ⇒ Object
returns the InfrastructureConfigurationArn property.
-
#infrastructure_configuration_arn=(value) ⇒ Object
sets the InfrastructureConfigurationArn property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Map).
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
#container_recipe_arn ⇒ Object
returns the ContainerRecipeArn property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def container_recipe_arn properties['container_recipe_arn'] end |
#container_recipe_arn=(value) ⇒ Object
sets the ContainerRecipeArn property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def container_recipe_arn=(value) update_property('container_recipe_arn', value) end |
#distribution_configuration_arn ⇒ Object
returns the DistributionConfigurationArn property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def distribution_configuration_arn properties['distribution_configuration_arn'] end |
#distribution_configuration_arn=(value) ⇒ Object
sets the DistributionConfigurationArn property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def distribution_configuration_arn=(value) update_property('distribution_configuration_arn', value) end |
#enhanced_image_metadata_enabled ⇒ Object
returns the EnhancedImageMetadataEnabled property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def properties['enhanced_image_metadata_enabled'] end |
#enhanced_image_metadata_enabled=(value) ⇒ Object
sets the EnhancedImageMetadataEnabled property (Boolean)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def (value) update_property('enhanced_image_metadata_enabled', value) end |
#image_recipe_arn ⇒ Object
returns the ImageRecipeArn property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def image_recipe_arn properties['image_recipe_arn'] end |
#image_recipe_arn=(value) ⇒ Object
sets the ImageRecipeArn property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def image_recipe_arn=(value) update_property('image_recipe_arn', value) end |
#image_tests_configuration ⇒ Object
returns the ImageTestsConfiguration property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def image_tests_configuration properties['image_tests_configuration'] end |
#image_tests_configuration=(value) ⇒ Object
sets the ImageTestsConfiguration property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def image_tests_configuration=(value) update_property('image_tests_configuration', value) end |
#infrastructure_configuration_arn ⇒ Object
returns the InfrastructureConfigurationArn property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def infrastructure_configuration_arn properties['infrastructure_configuration_arn'] end |
#infrastructure_configuration_arn=(value) ⇒ Object
sets the InfrastructureConfigurationArn property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def infrastructure_configuration_arn=(value) update_property('infrastructure_configuration_arn', value) end |
#tags ⇒ Object
returns the Tags property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Map)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def (value) update_property('tags', value) end |