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
- Struct
- Aws::ECS::Types::DiscoverPollEndpointRequest
- Defined in:
- (unknown)
Overview
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
-
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.
-
#container_instance ⇒ String
The container instance ID or full ARN of the container instance.
Instance Attribute Details
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.
#container_instance ⇒ String
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
.