Class: Aws::Types::ContainerRecipeSummary

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)


213
214
215
# File 'sig/types.rbs', line 213

def arn
  @arn
end

#container_type ⇒ "DOCKER"

Returns the value of attribute container_type.

Returns:

  • ("DOCKER")


214
215
216
# File 'sig/types.rbs', line 214

def container_type
  @container_type
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def date_created
  @date_created
end

#instance_image ⇒ ::String

Returns the value of attribute instance_image.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def instance_image
  @instance_image
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def owner
  @owner
end

#parent_image ⇒ ::String

Returns the value of attribute parent_image.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def parent_image
  @parent_image
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

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


216
217
218
# File 'sig/types.rbs', line 216

def platform
  @platform
end

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

Returns the value of attribute tags.

Returns:

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


221
222
223
# File 'sig/types.rbs', line 221

def tags
  @tags
end