Class: Aws::Types::ContainerConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arguments::Array[::String]

Returns the value of attribute arguments.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def arguments
  @arguments
end

#entrypoint::Array[::String]

Returns the value of attribute entrypoint.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def entrypoint
  @entrypoint
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def image_uri
  @image_uri
end

#metric_definitions::Array[Types::MetricDefinition]

Returns the value of attribute metric_definitions.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def metric_definitions
  @metric_definitions
end