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)


563
564
565
# File 'sig/types.rbs', line 563

def container_name
  @container_name
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


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

def image
  @image
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def image_digest
  @image_digest
end