Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#build_type ⇒ "USER_INITIATED", ...
Returns the value of attribute build_type.
-
#container_recipe ⇒ Types::ContainerRecipe
Returns the value of attribute container_recipe.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#deprecation_time ⇒ ::Time
Returns the value of attribute deprecation_time.
-
#distribution_configuration ⇒ Types::DistributionConfiguration
Returns the value of attribute distribution_configuration.
-
#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 ⇒ Types::ImageRecipe
Returns the value of attribute image_recipe.
-
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
-
#image_source ⇒ "AMAZON_MANAGED", ...
Returns the value of attribute image_source.
-
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
Returns the value of attribute image_tests_configuration.
-
#infrastructure_configuration ⇒ Types::InfrastructureConfiguration
Returns the value of attribute infrastructure_configuration.
-
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
-
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
-
#output_resources ⇒ Types::OutputResources
Returns the value of attribute output_resources.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#scan_state ⇒ Types::ImageScanState
Returns the value of attribute scan_state.
-
#source_pipeline_arn ⇒ ::String
Returns the value of attribute source_pipeline_arn.
-
#source_pipeline_name ⇒ ::String
Returns the value of attribute source_pipeline_name.
-
#state ⇒ Types::ImageState
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "AMI", "DOCKER"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
902 903 904 |
# File 'sig/types.rbs', line 902 def arn @arn end |
#build_type ⇒ "USER_INITIATED", ...
Returns the value of attribute build_type.
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.
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.
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.
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.
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.
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.
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.
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.
904 905 906 |
# File 'sig/types.rbs', line 904 def name @name end |
#os_version ⇒ ::String
Returns the value of attribute os_version.
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.
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.
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.
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.
909 910 911 |
# File 'sig/types.rbs', line 909 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
919 920 921 |
# File 'sig/types.rbs', line 919 def @tags end |
#type ⇒ "AMI", "DOCKER"
Returns the value of attribute type.
903 904 905 |
# File 'sig/types.rbs', line 903 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
905 906 907 |
# File 'sig/types.rbs', line 905 def version @version end |
#workflows ⇒ ::Array[Types::WorkflowConfiguration]
Returns the value of attribute workflows.
927 928 929 |
# File 'sig/types.rbs', line 927 def workflows @workflows end |