GoogleApi.SecurityCenter.V1.Model.AwsAccount (google_api_security_center v0.39.0)

View Source

An AWS account that is a member of an organization.

Attributes

  • id (type: String.t, default: nil) - The unique identifier (ID) of the account, containing exactly 12 digits.
  • name (type: String.t, default: nil) - The friendly name of this account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.AwsAccount{
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.