Class: Aws::Types::DaemonContainerImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def container_name
  @container_name
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def image
  @image
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def image_digest
  @image_digest
end