public sealed class AwsAccount : IMessage<AwsAccount>, IEquatable<AwsAccount>, IDeepCloneable<AwsAccount>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AwsAccount.
AWS account.
Implements
IMessageAwsAccount, IEquatableAwsAccount, IDeepCloneableAwsAccount, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
AwsAccount()
public AwsAccount()AwsAccount(AwsAccount)
public AwsAccount(AwsAccount other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsAccount |
Properties
AccountId
public string AccountId { get; set; }Required. AWS account ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|