struct

ECS::LogEntry::Cloud::Account

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id(new_value : String)

A chainable setter for id

Source
id

cloud.account.id

The cloud account or organization id used to identify different entities in a multi-tenant environment.

Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.

Level: Extended Type: Keyword Example:

666777888999
Source
id=(id : String | Nil)

cloud.account.id

The cloud account or organization id used to identify different entities in a multi-tenant environment.

Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.

Level: Extended Type: Keyword Example:

666777888999
Source
name(new_value : String)

A chainable setter for name

Source
name

cloud.account.name

The cloud account name or alias used to identify different entities in a multi-tenant environment.

Examples: AWS account name, Google Cloud ORG display name.

Level: Extended Type: Keyword Example:

elastic-dev
Source
name=(name : String | Nil)

cloud.account.name

The cloud account name or alias used to identify different entities in a multi-tenant environment.

Examples: AWS account name, Google Cloud ORG display name.

Level: Extended Type: Keyword Example:

elastic-dev
Source