Struct rusoto_opsworkscm::DescribeNodeAssociationStatusResponse [] [src]

pub struct DescribeNodeAssociationStatusResponse {
    pub engine_attributes: Option<Vec<EngineAttribute>>,
    pub node_association_status: Option<String>,
}

Fields

Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

The status of the association or disassociation request.

Possible values:

  • SUCCESS: The association or disassociation succeeded.

  • FAILED: The association or disassociation failed.

  • IN_PROGRESS: The association or disassociation is still in progress.

Trait Implementations

impl Default for DescribeNodeAssociationStatusResponse
[src]

[src]

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

impl Debug for DescribeNodeAssociationStatusResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeNodeAssociationStatusResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations