Class: Aws::Types::CreateImageRecipeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImageRecipeRequest
- 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.
-
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
333 334 335 |
# File 'sig/types.rbs', line 333 def additional_instance_configuration @additional_instance_configuration end |
#ami_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute ami_tags.
334 335 336 |
# File 'sig/types.rbs', line 334 def @ami_tags end |
#ami_watermarks ⇒ ::Array[::String]
Returns the value of attribute ami_watermarks.
335 336 337 |
# File 'sig/types.rbs', line 335 def ami_watermarks @ami_watermarks end |
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
330 331 332 |
# File 'sig/types.rbs', line 330 def block_device_mappings @block_device_mappings end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
336 337 338 |
# File 'sig/types.rbs', line 336 def client_token @client_token end |
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
328 329 330 |
# File 'sig/types.rbs', line 328 def components @components end |
#description ⇒ ::String
Returns the value of attribute description.
326 327 328 |
# File 'sig/types.rbs', line 326 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
337 338 339 |
# File 'sig/types.rbs', line 337 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
325 326 327 |
# File 'sig/types.rbs', line 325 def name @name end |
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
329 330 331 |
# File 'sig/types.rbs', line 329 def parent_image @parent_image end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
327 328 329 |
# File 'sig/types.rbs', line 327 def semantic_version @semantic_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
331 332 333 |
# File 'sig/types.rbs', line 331 def @tags end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
332 333 334 |
# File 'sig/types.rbs', line 332 def working_directory @working_directory end |