Struct rusoto_organizations::CreateAccountResponse [] [src]

pub struct CreateAccountResponse {
    pub create_account_status: Option<CreateAccountStatus>,
}

Fields

A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

Trait Implementations

impl Default for CreateAccountResponse
[src]

[src]

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

impl Debug for CreateAccountResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateAccountResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more