ECS::LogEntry::Cloud::Instance
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
cloud.instance.id
Instance ID of the host machine.
Level: Extended Type: Keyword Example:
i-1234567890abcdef0
id=(id : String | Nil)
cloud.instance.id
Instance ID of the host machine.
Level: Extended Type: Keyword Example:
i-1234567890abcdef0
name=(name : String | Nil)
cloud.instance.name
Instance name of the host machine.
Level: Extended Type: Keyword