Struct rusoto_organizations::DescribeCreateAccountStatusRequest [] [src]

pub struct DescribeCreateAccountStatusRequest {
    pub create_account_request_id: String,
}

Fields

Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

The regex pattern for an create account request ID string requires "car-" followed by from 8 to 32 lower-case letters or digits.

Trait Implementations

impl Default for DescribeCreateAccountStatusRequest
[src]

[src]

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

impl Debug for DescribeCreateAccountStatusRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeCreateAccountStatusRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more