Class: Aws::Types::ImageRecipe
- Inherits:
-
Object
- Object
- Aws::Types::ImageRecipe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_instance_configuration ⇒ Types::AdditionalInstanceConfiguration
Returns the value of attribute additional_instance_configuration.
-
#ami_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute ami_tags.
-
#ami_watermarks ⇒ ::Array[::String]
Returns the value of attribute ami_watermarks.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "AMI", "DOCKER"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#additional_instance_configuration ⇒ Types::AdditionalInstanceConfiguration
Returns the value of attribute additional_instance_configuration.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def additional_instance_configuration @additional_instance_configuration end |
#ami_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute ami_tags.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def @ami_tags end |
#ami_watermarks ⇒ ::Array[::String]
Returns the value of attribute ami_watermarks.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def ami_watermarks @ami_watermarks end |
#arn ⇒ ::String
Returns the value of attribute arn.
995 996 997 |
# File 'sig/types.rbs', line 995 def arn @arn end |
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def block_device_mappings @block_device_mappings end |
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def components @components end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def date_created @date_created end |
#description ⇒ ::String
Returns the value of attribute description.
998 999 1000 |
# File 'sig/types.rbs', line 998 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
997 998 999 |
# File 'sig/types.rbs', line 997 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def owner @owner end |
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def parent_image @parent_image end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def platform @platform end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def @tags end |
#type ⇒ "AMI", "DOCKER"
Returns the value of attribute type.
996 997 998 |
# File 'sig/types.rbs', line 996 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def version @version end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def working_directory @working_directory end |