Struct rusoto_opsworkscm::AssociateNodeResponse [] [src]

pub struct AssociateNodeResponse {
    pub node_association_status_token: Option<String>,
}

Fields

Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.

Trait Implementations

impl Default for AssociateNodeResponse
[src]

[src]

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

impl Debug for AssociateNodeResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AssociateNodeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations