Struct rusoto_ecs::DiscoverPollEndpointRequest [] [src]

pub struct DiscoverPollEndpointRequest {
    pub cluster: Option<String>,
    pub container_instance: Option<String>,
}

Fields

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

The container instance ID or full Amazon Resource Name (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 .

Trait Implementations

impl Default for DiscoverPollEndpointRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DiscoverPollEndpointRequest
[src]

Formats the value using the given formatter.

impl Clone for DiscoverPollEndpointRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more