struct

ECS::LogEntry::Cloud::Machine

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

type(new_value : String)

A chainable setter for type

Source
type

cloud.machine.type

Machine type of the host machine.

Level: Extended Type: Keyword Example:

t2.medium
Source
type=(type : String | Nil)

cloud.machine.type

Machine type of the host machine.

Level: Extended Type: Keyword Example:

t2.medium
Source