Class: Aws::Types::CreateContainerRecipeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def components
  @components
end

#container_type ⇒ "DOCKER"

Returns the value of attribute container_type.

Returns:

  • ("DOCKER")


250
251
252
# File 'sig/types.rbs', line 250

def container_type
  @container_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def name
  @name
end

#parent_image ⇒ ::String

Returns the value of attribute parent_image.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

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


261
262
263
# File 'sig/types.rbs', line 261

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

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def working_directory
  @working_directory
end