class
Amazonite::Ssm::OpsItemEventSummary
- Amazonite::Ssm::OpsItemEventSummary
- Reference
- Object
Overview
Summary information about an OpsItem event or that associated an OpsItem with a related item.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_item_event_summary.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#created_by : OpsItemIdentity | Nil
Information about the user or resource that created the OpsItem event.
-
#created_by=(created_by : OpsItemIdentity | Nil)
Information about the user or resource that created the OpsItem event.
-
#created_time : Time | Nil
The date and time the OpsItem event was created.
-
#created_time=(created_time : Time | Nil)
The date and time the OpsItem event was created.
-
#detail : String | Nil
Specific information about the OpsItem event.
-
#detail=(detail : String | Nil)
Specific information about the OpsItem event.
-
#detail_type : String | Nil
The type of information provided as a detail.
-
#detail_type=(detail_type : String | Nil)
The type of information provided as a detail.
-
#event_id : String | Nil
The ID of the OpsItem event.
-
#event_id=(event_id : String | Nil)
The ID of the OpsItem event.
-
#hash(hasher)
See
Object#hash(hasher) -
#ops_item_id : String | Nil
The ID of the OpsItem.
-
#ops_item_id=(ops_item_id : String | Nil)
The ID of the OpsItem.
-
#source : String | Nil
The source of the OpsItem event.
-
#source=(source : String | Nil)
The source of the OpsItem event.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Information about the user or resource that created the OpsItem event.
Information about the user or resource that created the OpsItem event.