class Aws::Lightsail::Types::DeleteContainerImageRequest
@note When making an API call, you may pass DeleteContainerImageRequest
data as a hash: { service_name: "ContainerServiceName", # required image: "string", # required }
@!attribute [rw] service_name
The name of the container service for which to delete a registered container image. @return [String]
@!attribute [rw] image
The name of the container image to delete from the container service. Use the `GetContainerImages` action to get the name of the container images that are registered to a container service. <note markdown="1"> Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (`:`). For example, `:container-service-1.mystaticwebsite.1`. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, `nginx:latest` or `nginx`. </note> @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteContainerImageRequest AWS API Documentation
Constants
- SENSITIVE