Class: Aws::Types::CreateImagePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImagePipelineRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute image_tags.
-
#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::PipelineLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
-
#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.
308 309 310 |
# File 'sig/types.rbs', line 308 def client_token @client_token end |
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
299 300 301 |
# File 'sig/types.rbs', line 299 def container_recipe_arn @container_recipe_arn end |
#description ⇒ ::String
Returns the value of attribute description.
297 298 299 |
# File 'sig/types.rbs', line 297 def description @description end |
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def distribution_configuration_arn @distribution_configuration_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
313 314 315 |
# File 'sig/types.rbs', line 313 def dry_run @dry_run end |
#enhanced_image_metadata_enabled ⇒ Boolean
Returns the value of attribute enhanced_image_metadata_enabled.
303 304 305 |
# File 'sig/types.rbs', line 303 def end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
311 312 313 |
# File 'sig/types.rbs', line 311 def execution_role @execution_role end |
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
298 299 300 |
# File 'sig/types.rbs', line 298 def image_recipe_arn @image_recipe_arn end |
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
309 310 311 |
# File 'sig/types.rbs', line 309 def image_scanning_configuration @image_scanning_configuration end |
#image_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute image_tags.
307 308 309 |
# File 'sig/types.rbs', line 307 def end |
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
Returns the value of attribute image_tests_configuration.
302 303 304 |
# File 'sig/types.rbs', line 302 def image_tests_configuration @image_tests_configuration end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
300 301 302 |
# File 'sig/types.rbs', line 300 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#logging_configuration ⇒ Types::PipelineLoggingConfiguration
Returns the value of attribute logging_configuration.
312 313 314 |
# File 'sig/types.rbs', line 312 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
296 297 298 |
# File 'sig/types.rbs', line 296 def name @name end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
304 305 306 |
# File 'sig/types.rbs', line 304 def schedule @schedule end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
305 306 307 |
# File 'sig/types.rbs', line 305 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
306 307 308 |
# File 'sig/types.rbs', line 306 def end |
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
310 311 312 |
# File 'sig/types.rbs', line 310 def workflows @workflows end |