Struct rusoto_organizations::ListCreateAccountStatusResponse [] [src]

pub struct ListCreateAccountStatusResponse {
    pub create_account_statuses: Option<Vec<CreateAccountStatus>>,
    pub next_token: Option<String>,
}

Fields

A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

Trait Implementations

impl Default for ListCreateAccountStatusResponse
[src]

[src]

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

impl Debug for ListCreateAccountStatusResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListCreateAccountStatusResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more