Class: Aws::Types::AppSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_arguments::Array[::String]

Returns the value of attribute container_arguments.

Returns:

  • (::Array[::String])


459
460
461
# File 'sig/types.rbs', line 459

def container_arguments
  @container_arguments
end

#container_entrypoint::Array[::String]

Returns the value of attribute container_entrypoint.

Returns:

  • (::Array[::String])


458
459
460
# File 'sig/types.rbs', line 458

def container_entrypoint
  @container_entrypoint
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def image_uri
  @image_uri
end