Struct rusoto_opsworks::EcsCluster [] [src]

pub struct EcsCluster {
    pub ecs_cluster_arn: Option<String>,
    pub ecs_cluster_name: Option<String>,
    pub registered_at: Option<DateTime>,
    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.

impl Clone for EcsCluster
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more