class
Amazonite::Ssm::OpsEntityItem
- Amazonite::Ssm::OpsEntityItem
- Reference
- Object
Overview
The OpsData summary.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_entity_item.crConstructors
- .new(pull : JSON::PullParser)
- .new(capture_time : String | Nil = nil, content : Array(Hash(String, String)) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#capture_time : String | Nil
The time the OpsData was captured.
-
#capture_time=(capture_time : String | Nil)
The time the OpsData was captured.
-
#content : Array(Hash(String, String)) | Nil
The details of an OpsData summary.
-
#content=(content : Array(Hash(String, String)) | Nil)
The details of an OpsData summary.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
def self.new(capture_time : String | Nil = nil, content : Array(Hash(String, String)) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.