class Amazonite::Ssm::OpsItemEventSummary

Overview

Summary information about an OpsItem event or that associated an OpsItem with a related item.

Included Modules

Defined in:

ssm/ops_item_event_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(ops_item_id : String | Nil = nil, event_id : String | Nil = nil, source : String | Nil = nil, detail_type : String | Nil = nil, detail : String | Nil = nil, created_by : OpsItemIdentity | Nil = nil, created_time : Time | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def created_by : OpsItemIdentity | Nil #

Information about the user or resource that created the OpsItem event.


[View source]
def created_by=(created_by : OpsItemIdentity | Nil) #

Information about the user or resource that created the OpsItem event.


[View source]
def created_time : Time | Nil #

The date and time the OpsItem event was created.


[View source]
def created_time=(created_time : Time | Nil) #

The date and time the OpsItem event was created.


[View source]
def detail : String | Nil #

Specific information about the OpsItem event.


[View source]
def detail=(detail : String | Nil) #

Specific information about the OpsItem event.


[View source]
def detail_type : String | Nil #

The type of information provided as a detail.


[View source]
def detail_type=(detail_type : String | Nil) #

The type of information provided as a detail.


[View source]
def event_id : String | Nil #

The ID of the OpsItem event.


[View source]
def event_id=(event_id : String | Nil) #

The ID of the OpsItem event.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def ops_item_id : String | Nil #

The ID of the OpsItem.


[View source]
def ops_item_id=(ops_item_id : String | Nil) #

The ID of the OpsItem.


[View source]
def source : String | Nil #

The source of the OpsItem event.


[View source]
def source=(source : String | Nil) #

The source of the OpsItem event.


[View source]
def validate! : Nil #

[View source]