Class: Humidifier::ImageBuilder::ImagePipeline
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ImageBuilder::ImagePipeline 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).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description 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).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#schedule ⇒ Object
returns the Schedule property.
-
#schedule=(value) ⇒ Object
sets the Schedule property (Structure).
-
#status ⇒ Object
returns the Status property.
-
#status=(value) ⇒ Object
sets the Status 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 |
#description ⇒ Object
returns the Description property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def description=(value) update_property('description', value) end |
#distribution_configuration_arn ⇒ Object
returns the DistributionConfigurationArn property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def distribution_configuration_arn properties['distribution_configuration_arn'] end |
#distribution_configuration_arn=(value) ⇒ Object
sets the DistributionConfigurationArn property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def distribution_configuration_arn=(value) update_property('distribution_configuration_arn', value) end |
#enhanced_image_metadata_enabled ⇒ Object
returns the EnhancedImageMetadataEnabled property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def properties['enhanced_image_metadata_enabled'] end |
#enhanced_image_metadata_enabled=(value) ⇒ Object
sets the EnhancedImageMetadataEnabled property (Boolean)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def (value) update_property('enhanced_image_metadata_enabled', value) end |
#image_recipe_arn ⇒ Object
returns the ImageRecipeArn property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def image_recipe_arn properties['image_recipe_arn'] end |
#image_recipe_arn=(value) ⇒ Object
sets the ImageRecipeArn property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def image_recipe_arn=(value) update_property('image_recipe_arn', value) end |
#image_tests_configuration ⇒ Object
returns the ImageTestsConfiguration property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def image_tests_configuration properties['image_tests_configuration'] end |
#image_tests_configuration=(value) ⇒ Object
sets the ImageTestsConfiguration property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def image_tests_configuration=(value) update_property('image_tests_configuration', value) end |
#infrastructure_configuration_arn ⇒ Object
returns the InfrastructureConfigurationArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def infrastructure_configuration_arn properties['infrastructure_configuration_arn'] end |
#infrastructure_configuration_arn=(value) ⇒ Object
sets the InfrastructureConfigurationArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def infrastructure_configuration_arn=(value) update_property('infrastructure_configuration_arn', value) end |
#name ⇒ Object
returns the Name property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def name=(value) update_property('name', value) end |
#schedule ⇒ Object
returns the Schedule property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def schedule properties['schedule'] end |
#schedule=(value) ⇒ Object
sets the Schedule property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def schedule=(value) update_property('schedule', value) end |
#status ⇒ Object
returns the Status property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def status properties['status'] end |
#status=(value) ⇒ Object
sets the Status property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def status=(value) update_property('status', value) end |
#tags ⇒ Object
returns the Tags property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Map)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def (value) update_property('tags', value) end |