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

Class: Aws::CodeDeploy::Types::ECSService

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

Overview

Note:

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

{
  service_name: "ECSServiceName",
  cluster_name: "ECSClusterName",
}

Contains the service and cluster names used to identify an Amazon ECS deployment's target.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster that the Amazon ECS service is associated with.

Returns:

  • (String)

    The name of the cluster that the Amazon ECS service is associated with.

#service_nameString

The name of the target Amazon ECS service.

Returns:

  • (String)

    The name of the target Amazon ECS service.