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]

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

impl Debug for CreateAccountResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateAccountResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateAccountResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations