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

#command::Array[::String]

Returns the value of attribute command.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def command
  @command
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def environment
  @environment
end

#image::String

Returns the value of attribute image.

Returns:



386
387
388
# File 'sig/types.rbs', line 386

def image
  @image
end

#ports::Hash[::String, ("HTTP" | "HTTPS" | "TCP" | "UDP")]

Returns the value of attribute ports.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def ports
  @ports
end