Class: Aws::Types::CreateImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
-
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
-
#enhanced_image_metadata_enabled ⇒ Boolean
Returns the value of attribute enhanced_image_metadata_enabled.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
-
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
-
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
Returns the value of attribute image_tests_configuration.
-
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
-
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
357 358 359 |
# File 'sig/types.rbs', line 357 def client_token @client_token end |
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
351 352 353 |
# File 'sig/types.rbs', line 351 def container_recipe_arn @container_recipe_arn end |
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
352 353 354 |
# File 'sig/types.rbs', line 352 def distribution_configuration_arn @distribution_configuration_arn end |
#enhanced_image_metadata_enabled ⇒ Boolean
Returns the value of attribute enhanced_image_metadata_enabled.
355 356 357 |
# File 'sig/types.rbs', line 355 def @enhanced_image_metadata_enabled end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
360 361 362 |
# File 'sig/types.rbs', line 360 def execution_role @execution_role end |
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
350 351 352 |
# File 'sig/types.rbs', line 350 def image_recipe_arn @image_recipe_arn end |
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
358 359 360 |
# File 'sig/types.rbs', line 358 def image_scanning_configuration @image_scanning_configuration end |
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
Returns the value of attribute image_tests_configuration.
354 355 356 |
# File 'sig/types.rbs', line 354 def image_tests_configuration @image_tests_configuration end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
353 354 355 |
# File 'sig/types.rbs', line 353 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
361 362 363 |
# File 'sig/types.rbs', line 361 def logging_configuration @logging_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
356 357 358 |
# File 'sig/types.rbs', line 356 def @tags end |
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
359 360 361 |
# File 'sig/types.rbs', line 359 def workflows @workflows end |