You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::DeleteContainerImageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteContainerImageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  service_name: "ContainerServiceName", # required
  image: "string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#imageString

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.

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.

Returns:

  • (String)

    The name of the container image to delete from the container service.

#service_nameString

The name of the container service for which to delete a registered container image.

Returns:

  • (String)

    The name of the container service for which to delete a registered container image.