Class: Aws::Types::ContainerRecipe
- Inherits:
-
Object
- Object
- Aws::Types::ContainerRecipe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
-
#container_type ⇒ "DOCKER"
Returns the value of attribute container_type.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dockerfile_template_data ⇒ ::String
Returns the value of attribute dockerfile_template_data.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_repository ⇒ Types::TargetContainerRepository
Returns the value of attribute target_repository.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
192 193 194 |
# File 'sig/types.rbs', line 192 def arn @arn end |
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
199 200 201 |
# File 'sig/types.rbs', line 199 def components @components end |
#container_type ⇒ "DOCKER"
Returns the value of attribute container_type.
193 194 195 |
# File 'sig/types.rbs', line 193 def container_type @container_type end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
205 206 207 |
# File 'sig/types.rbs', line 205 def date_created @date_created end |
#description ⇒ ::String
Returns the value of attribute description.
195 196 197 |
# File 'sig/types.rbs', line 195 def description @description end |
#dockerfile_template_data ⇒ ::String
Returns the value of attribute dockerfile_template_data.
201 202 203 |
# File 'sig/types.rbs', line 201 def dockerfile_template_data @dockerfile_template_data end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
203 204 205 |
# File 'sig/types.rbs', line 203 def encrypted @encrypted end |
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
200 201 202 |
# File 'sig/types.rbs', line 200 def instance_configuration @instance_configuration end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
194 195 196 |
# File 'sig/types.rbs', line 194 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
197 198 199 |
# File 'sig/types.rbs', line 197 def owner @owner end |
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
204 205 206 |
# File 'sig/types.rbs', line 204 def parent_image @parent_image end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
196 197 198 |
# File 'sig/types.rbs', line 196 def platform @platform end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
206 207 208 |
# File 'sig/types.rbs', line 206 def end |
#target_repository ⇒ Types::TargetContainerRepository
Returns the value of attribute target_repository.
208 209 210 |
# File 'sig/types.rbs', line 208 def target_repository @target_repository end |
#version ⇒ ::String
Returns the value of attribute version.
198 199 200 |
# File 'sig/types.rbs', line 198 def version @version end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
207 208 209 |
# File 'sig/types.rbs', line 207 def working_directory @working_directory end |