Class: Aws::Types::CreateContainerRecipeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerRecipeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
-
#container_type ⇒ "DOCKER"
Returns the value of attribute container_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dockerfile_template_data ⇒ ::String
Returns the value of attribute dockerfile_template_data.
-
#dockerfile_template_uri ⇒ ::String
Returns the value of attribute dockerfile_template_uri.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_os_version_override ⇒ ::String
Returns the value of attribute image_os_version_override.
-
#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.
-
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
-
#platform_override ⇒ "Windows", ...
Returns the value of attribute platform_override.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_repository ⇒ Types::TargetContainerRepository
Returns the value of attribute target_repository.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
265 266 267 |
# File 'sig/types.rbs', line 265 def client_token @client_token end |
#components ⇒ ::Array[Types::ComponentConfiguration]
Returns the value of attribute components.
254 255 256 |
# File 'sig/types.rbs', line 254 def components @components end |
#container_type ⇒ "DOCKER"
Returns the value of attribute container_type.
250 251 252 |
# File 'sig/types.rbs', line 250 def container_type @container_type end |
#description ⇒ ::String
Returns the value of attribute description.
252 253 254 |
# File 'sig/types.rbs', line 252 def description @description end |
#dockerfile_template_data ⇒ ::String
Returns the value of attribute dockerfile_template_data.
256 257 258 |
# File 'sig/types.rbs', line 256 def dockerfile_template_data @dockerfile_template_data end |
#dockerfile_template_uri ⇒ ::String
Returns the value of attribute dockerfile_template_uri.
257 258 259 |
# File 'sig/types.rbs', line 257 def dockerfile_template_uri @dockerfile_template_uri end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
266 267 268 |
# File 'sig/types.rbs', line 266 def dry_run @dry_run end |
#image_os_version_override ⇒ ::String
Returns the value of attribute image_os_version_override.
259 260 261 |
# File 'sig/types.rbs', line 259 def image_os_version_override @image_os_version_override end |
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
255 256 257 |
# File 'sig/types.rbs', line 255 def instance_configuration @instance_configuration end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
251 252 253 |
# File 'sig/types.rbs', line 251 def name @name end |
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
260 261 262 |
# File 'sig/types.rbs', line 260 def parent_image @parent_image end |
#platform_override ⇒ "Windows", ...
Returns the value of attribute platform_override.
258 259 260 |
# File 'sig/types.rbs', line 258 def platform_override @platform_override end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
253 254 255 |
# File 'sig/types.rbs', line 253 def semantic_version @semantic_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
261 262 263 |
# File 'sig/types.rbs', line 261 def @tags end |
#target_repository ⇒ Types::TargetContainerRepository
Returns the value of attribute target_repository.
263 264 265 |
# File 'sig/types.rbs', line 263 def target_repository @target_repository end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
262 263 264 |
# File 'sig/types.rbs', line 262 def working_directory @working_directory end |