Class: Aws::Types::ContainerRecipe

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)


192
193
194
# File 'sig/types.rbs', line 192

def arn
  @arn
end

#components ⇒ ::Array[Types::ComponentConfiguration]

Returns the value of attribute components.

Returns:



199
200
201
# File 'sig/types.rbs', line 199

def components
  @components
end

#container_type ⇒ "DOCKER"

Returns the value of attribute container_type.

Returns:

  • ("DOCKER")


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.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def date_created
  @date_created
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def owner
  @owner
end

#parent_image ⇒ ::String

Returns the value of attribute parent_image.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def parent_image
  @parent_image
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

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


196
197
198
# File 'sig/types.rbs', line 196

def platform
  @platform
end

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

Returns the value of attribute tags.

Returns:

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


206
207
208
# File 'sig/types.rbs', line 206

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

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def version
  @version
end

#working_directory ⇒ ::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def working_directory
  @working_directory
end