Struct rusoto_opsworkscm::DisassociateNodeResponse [] [src]

pub struct DisassociateNodeResponse {
    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 disassociation request.

Trait Implementations

impl Default for DisassociateNodeResponse
[src]

[src]

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

impl Debug for DisassociateNodeResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisassociateNodeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations