Struct rusoto_organizations::DescribeAccountRequest [] [src]

pub struct DescribeAccountRequest {
    pub account_id: String,
}

Fields

The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

The regex pattern for an account ID string requires exactly 12 digits.

Trait Implementations

impl Default for DescribeAccountRequest
[src]

[src]

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

impl Debug for DescribeAccountRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeAccountRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more