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

Class: Aws::ECS::Types::DiscoverPollEndpointRequest

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

Overview

Note:

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

{
  container_instance: "String",
  cluster: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.

Returns:

  • (String)

    The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.

#container_instanceString

The container instance ID or full ARN of the container instance. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the AWS account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.

Returns:

  • (String)

    The container instance ID or full ARN of the container instance.