

# AccountDetail


Contains information about the account.

## Contents


 ** accountId **   <a name="guardduty-Type-AccountDetail-accountId"></a>
The member account ID.  
Type: String  
Length Constraints: Fixed length of 12.  
Required: Yes

 ** email **   <a name="guardduty-Type-AccountDetail-email"></a>
The email address of the member account. The following list includes the rules for a valid email address:  
+ The email address must be a minimum of 6 and a maximum of 64 characters long.
+ All characters must be 7-bit ASCII characters.
+ There must be one and only one @ symbol, which separates the local name from the domain name.
+ The local name can't contain any of the following characters:

  whitespace, " ' ( ) < > [ ] : ' , \$1 \$1 % &
+ The local name can't begin with a dot (.).
+ The domain name can consist of only the characters [a-z], [A-Z], [0-9], hyphen (-), or dot (.).
+ The domain name can't begin or end with a dot (.) or hyphen (-).
+ The domain name must contain at least one dot. 
Type: String  
Length Constraints: Minimum length of 6. Maximum length of 64.  
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/guardduty-2017-11-28/AccountDetail) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/guardduty-2017-11-28/AccountDetail) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/guardduty-2017-11-28/AccountDetail) 