struct

ECS::LogEntry::Cloud::Instance

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.instance.id

Instance ID of the host machine.

Level: Extended Type: Keyword Example:

i-1234567890abcdef0
Source
id=(id : String | Nil)

cloud.instance.id

Instance ID of the host machine.

Level: Extended Type: Keyword Example:

i-1234567890abcdef0
Source
name(new_value : String)

A chainable setter for name

Source
name

cloud.instance.name

Instance name of the host machine.

Level: Extended Type: Keyword

Source
name=(name : String | Nil)

cloud.instance.name

Instance name of the host machine.

Level: Extended Type: Keyword

Source