Class: Aws::Types::ImagePipeline
- Inherits:
-
Object
- Object
- Aws::Types::ImagePipeline
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#consecutive_failures ⇒ ::Integer
Returns the value of attribute consecutive_failures.
-
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#date_last_run ⇒ ::String
Returns the value of attribute date_last_run.
-
#date_next_run ⇒ ::String
Returns the value of attribute date_next_run.
-
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
-
#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_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.
-
#last_run_status ⇒ "PENDING", ...
Returns the value of attribute last_run_status.
-
#logging_configuration ⇒ Types::PipelineLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
961 962 963 |
# File 'sig/types.rbs', line 961 def arn @arn end |
#consecutive_failures ⇒ ::Integer
Returns the value of attribute consecutive_failures.
984 985 986 |
# File 'sig/types.rbs', line 984 def consecutive_failures @consecutive_failures end |
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
967 968 969 |
# File 'sig/types.rbs', line 967 def container_recipe_arn @container_recipe_arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
973 974 975 |
# File 'sig/types.rbs', line 973 def date_created @date_created end |
#date_last_run ⇒ ::String
Returns the value of attribute date_last_run.
975 976 977 |
# File 'sig/types.rbs', line 975 def date_last_run @date_last_run end |
#date_next_run ⇒ ::String
Returns the value of attribute date_next_run.
977 978 979 |
# File 'sig/types.rbs', line 977 def date_next_run @date_next_run end |
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
974 975 976 |
# File 'sig/types.rbs', line 974 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
963 964 965 |
# File 'sig/types.rbs', line 963 def description @description end |
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
969 970 971 |
# File 'sig/types.rbs', line 969 def distribution_configuration_arn @distribution_configuration_arn end |
#enhanced_image_metadata_enabled ⇒ Boolean
Returns the value of attribute enhanced_image_metadata_enabled.
965 966 967 |
# File 'sig/types.rbs', line 965 def @enhanced_image_metadata_enabled end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
981 982 983 |
# File 'sig/types.rbs', line 981 def execution_role @execution_role end |
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
966 967 968 |
# File 'sig/types.rbs', line 966 def image_recipe_arn @image_recipe_arn end |
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
979 980 981 |
# File 'sig/types.rbs', line 979 def image_scanning_configuration @image_scanning_configuration end |
#image_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute image_tags.
980 981 982 |
# File 'sig/types.rbs', line 980 def @image_tags end |
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
Returns the value of attribute image_tests_configuration.
970 971 972 |
# File 'sig/types.rbs', line 970 def image_tests_configuration @image_tests_configuration end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
968 969 970 |
# File 'sig/types.rbs', line 968 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#last_run_status ⇒ "PENDING", ...
Returns the value of attribute last_run_status.
976 977 978 |
# File 'sig/types.rbs', line 976 def last_run_status @last_run_status end |
#logging_configuration ⇒ Types::PipelineLoggingConfiguration
Returns the value of attribute logging_configuration.
983 984 985 |
# File 'sig/types.rbs', line 983 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
962 963 964 |
# File 'sig/types.rbs', line 962 def name @name end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
964 965 966 |
# File 'sig/types.rbs', line 964 def platform @platform end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
971 972 973 |
# File 'sig/types.rbs', line 971 def schedule @schedule end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
972 973 974 |
# File 'sig/types.rbs', line 972 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
978 979 980 |
# File 'sig/types.rbs', line 978 def @tags end |
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
982 983 984 |
# File 'sig/types.rbs', line 982 def workflows @workflows end |