Class: Aws::Types::ImagePipeline

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def arn
  @arn
end

#consecutive_failures ⇒ ::Integer

Returns the value of attribute consecutive_failures.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def date_updated
  @date_updated
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


980
981
982
# File 'sig/types.rbs', line 980

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

Returns:

  • (::String)


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.

Returns:

  • ("PENDING", "CREATING", "BUILDING", "TESTING", "DISTRIBUTING", "INTEGRATING", "AVAILABLE", "CANCELLED", "FAILED", "DEPRECATED", "DELETED", "DISABLED")


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.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def name
  @name
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

  • ("Windows", "Linux", "macOS")


964
965
966
# File 'sig/types.rbs', line 964

def platform
  @platform
end

#schedule ⇒ Types::Schedule

Returns the value of attribute schedule.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def schedule
  @schedule
end

#status ⇒ "DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


972
973
974
# File 'sig/types.rbs', line 972

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


978
979
980
# File 'sig/types.rbs', line 978

def tags
  @tags
end

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

Returns the value of attribute workflows.

Returns:



982
983
984
# File 'sig/types.rbs', line 982

def workflows
  @workflows
end