class Aws::ECS::Types::DiscoverPollEndpointRequest

@note When making an API call, you may pass DiscoverPollEndpointRequest

data as a hash:

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

@!attribute [rw] container_instance

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 Amazon Web Services 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`.
@return [String]

@!attribute [rw] cluster

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

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DiscoverPollEndpointRequest AWS API Documentation

Constants

SENSITIVE