Struct rusoto_opsworks::EcsCluster[][src]

pub struct EcsCluster {
    pub ecs_cluster_arn: Option<String>,
    pub ecs_cluster_name: Option<String>,
    pub registered_at: Option<String>,
    pub stack_id: Option<String>,
}

Describes a registered Amazon ECS cluster.

Fields

The cluster's ARN.

The cluster name.

The time and date that the cluster was registered with the stack.

The stack ID.

Trait Implementations

impl Default for EcsCluster
[src]

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

impl Debug for EcsCluster
[src]

Formats the value using the given formatter. Read more

impl Clone for EcsCluster
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EcsCluster
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EcsCluster

impl Sync for EcsCluster