Class: Aws::Types::UpdateImagePipelineRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


2087
2088
2089
# File 'sig/types.rbs', line 2087

def image_tags
  @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.

Returns:

  • (::String)


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.

Returns:



2080
2081
2082
# File 'sig/types.rbs', line 2080

def schedule
  @schedule
end

#status ⇒ "DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


2081
2082
2083
# File 'sig/types.rbs', line 2081

def status
  @status
end

#workflows ⇒ ::Array[Types::WorkflowConfiguration]

Returns the value of attribute workflows.

Returns:



2084
2085
2086
# File 'sig/types.rbs', line 2084

def workflows
  @workflows
end