Class: Aws::Types::Image

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)


902
903
904
# File 'sig/types.rbs', line 902

def arn
  @arn
end

#build_type ⇒ "USER_INITIATED", ...

Returns the value of attribute build_type.

Returns:

  • ("USER_INITIATED", "SCHEDULED", "IMPORT", "IMPORT_ISO")


920
921
922
# File 'sig/types.rbs', line 920

def build_type
  @build_type
end

#container_recipe ⇒ Types::ContainerRecipe

Returns the value of attribute container_recipe.



911
912
913
# File 'sig/types.rbs', line 911

def container_recipe
  @container_recipe
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def date_created
  @date_created
end

#deprecation_time ⇒ ::Time

Returns the value of attribute deprecation_time.

Returns:

  • (::Time)


924
925
926
# File 'sig/types.rbs', line 924

def deprecation_time
  @deprecation_time
end

#distribution_configuration ⇒ Types::DistributionConfiguration

Returns the value of attribute distribution_configuration.



915
916
917
# File 'sig/types.rbs', line 915

def distribution_configuration
  @distribution_configuration
end

#enhanced_image_metadata_enabled ⇒ Boolean

Returns the value of attribute enhanced_image_metadata_enabled.

Returns:

  • (Boolean)


907
908
909
# File 'sig/types.rbs', line 907

def 
  @enhanced_image_metadata_enabled
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def execution_role
  @execution_role
end

#image_recipe ⇒ Types::ImageRecipe

Returns the value of attribute image_recipe.

Returns:



910
911
912
# File 'sig/types.rbs', line 910

def image_recipe
  @image_recipe
end

#image_scanning_configuration ⇒ Types::ImageScanningConfiguration

Returns the value of attribute image_scanning_configuration.



923
924
925
# File 'sig/types.rbs', line 923

def image_scanning_configuration
  @image_scanning_configuration
end

#image_source ⇒ "AMAZON_MANAGED", ...

Returns the value of attribute image_source.

Returns:

  • ("AMAZON_MANAGED", "AWS_MARKETPLACE", "IMPORTED", "CUSTOM")


921
922
923
# File 'sig/types.rbs', line 921

def image_source
  @image_source
end

#image_tests_configuration ⇒ Types::ImageTestsConfiguration

Returns the value of attribute image_tests_configuration.



916
917
918
# File 'sig/types.rbs', line 916

def image_tests_configuration
  @image_tests_configuration
end

#infrastructure_configuration ⇒ Types::InfrastructureConfiguration

Returns the value of attribute infrastructure_configuration.



914
915
916
# File 'sig/types.rbs', line 914

def infrastructure_configuration
  @infrastructure_configuration
end

#lifecycle_execution_id ⇒ ::String

Returns the value of attribute lifecycle_execution_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def lifecycle_execution_id
  @lifecycle_execution_id
end

#logging_configuration ⇒ Types::ImageLoggingConfiguration

Returns the value of attribute logging_configuration.



928
929
930
# File 'sig/types.rbs', line 928

def logging_configuration
  @logging_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def name
  @name
end

#os_version ⇒ ::String

Returns the value of attribute os_version.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def os_version
  @os_version
end

#output_resources ⇒ Types::OutputResources

Returns the value of attribute output_resources.



918
919
920
# File 'sig/types.rbs', line 918

def output_resources
  @output_resources
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

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


906
907
908
# File 'sig/types.rbs', line 906

def platform
  @platform
end

#scan_state ⇒ Types::ImageScanState

Returns the value of attribute scan_state.



922
923
924
# File 'sig/types.rbs', line 922

def scan_state
  @scan_state
end

#source_pipeline_arn ⇒ ::String

Returns the value of attribute source_pipeline_arn.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def source_pipeline_arn
  @source_pipeline_arn
end

#source_pipeline_name ⇒ ::String

Returns the value of attribute source_pipeline_name.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def source_pipeline_name
  @source_pipeline_name
end

#state ⇒ Types::ImageState

Returns the value of attribute state.

Returns:



909
910
911
# File 'sig/types.rbs', line 909

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


919
920
921
# File 'sig/types.rbs', line 919

def tags
  @tags
end

#type ⇒ "AMI", "DOCKER"

Returns the value of attribute type.

Returns:

  • ("AMI", "DOCKER")


903
904
905
# File 'sig/types.rbs', line 903

def type
  @type
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def version
  @version
end

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

Returns the value of attribute workflows.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def workflows
  @workflows
end