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

Class: Aws::Lightsail::Types::GetContainerServicesRequest

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

Overview

Note:

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

{
  service_name: "ContainerServiceName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

The name of the container service for which to return information.

When omitted, the response includes all of your container services in the AWS Region where the request is made.

Returns:

  • (String)

    The name of the container service for which to return information.