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]

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

impl Debug for DescribeAccountRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAccountRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeAccountRequest
[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