Class: Aws::Types::AppSpecification
- Inherits:
-
Object
- Object
- Aws::Types::AppSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
-
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
Instance Attribute Details
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
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.
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.
457 458 459 |
# File 'sig/types.rbs', line 457 def image_uri @image_uri end |