Class: Aws::Types::UpdateImagePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImagePipelineRequest
- 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.
-
#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_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
-
#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.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
-
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def client_token @client_token end |
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def container_recipe_arn @container_recipe_arn end |
#description ⇒ ::String
Returns the value of attribute description.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def description @description end |
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def distribution_configuration_arn @distribution_configuration_arn end |
#enhanced_image_metadata_enabled ⇒ Boolean
Returns the value of attribute enhanced_image_metadata_enabled.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def @enhanced_image_metadata_enabled end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def execution_role @execution_role end |
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def image_pipeline_arn @image_pipeline_arn end |
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def image_recipe_arn @image_recipe_arn end |
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def image_scanning_configuration @image_scanning_configuration end |
#image_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute image_tags.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def @image_tags end |
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
Returns the value of attribute image_tests_configuration.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def image_tests_configuration @image_tests_configuration end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#logging_configuration ⇒ Types::PipelineLoggingConfiguration
Returns the value of attribute logging_configuration.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def logging_configuration @logging_configuration end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def schedule @schedule end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def status @status end |
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def workflows @workflows end |