Class: Aws::Types::ContainerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_runtime::String

Returns the value of attribute container_runtime.

Returns:

  • (::String)


5077
5078
5079
# File 'sig/types.rbs', line 5077

def container_runtime
  @container_runtime
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


5079
5080
5081
# File 'sig/types.rbs', line 5079

def image_id
  @image_id
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


5080
5081
5082
# File 'sig/types.rbs', line 5080

def image_name
  @image_name
end

#launched_at::String

Returns the value of attribute launched_at.

Returns:

  • (::String)


5081
5082
5083
# File 'sig/types.rbs', line 5081

def launched_at
  @launched_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5078
5079
5080
# File 'sig/types.rbs', line 5078

def name
  @name
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


5083
5084
5085
# File 'sig/types.rbs', line 5083

def privileged
  @privileged
end

#volume_mounts::Array[Types::VolumeMount]

Returns the value of attribute volume_mounts.

Returns:



5082
5083
5084
# File 'sig/types.rbs', line 5082

def volume_mounts
  @volume_mounts
end