Class: Aws::Types::Container

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)


327
328
329
# File 'sig/types.rbs', line 327

def container_runtime
  @container_runtime
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def id
  @id
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def image
  @image
end

#image_prefix::String

Returns the value of attribute image_prefix.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def image_prefix
  @image_prefix
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def name
  @name
end

#security_contextTypes::SecurityContext

Returns the value of attribute security_context.



333
334
335
# File 'sig/types.rbs', line 333

def security_context
  @security_context
end

#volume_mounts::Array[Types::VolumeMount]

Returns the value of attribute volume_mounts.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def volume_mounts
  @volume_mounts
end