class
Amazonite::Ssm::ListOpsItemEventsResponse
- Amazonite::Ssm::ListOpsItemEventsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_ops_item_events_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_token : String | Nil = nil, summaries : Array(OpsItemEventSummary) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#summaries : Array(OpsItemEventSummary) | Nil
A list of event information for the specified OpsItems.
-
#summaries=(summaries : Array(OpsItemEventSummary) | Nil)
A list of event information for the specified OpsItems.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def next_token : String | Nil
#
The token for the next set of items to return. Use this token to get the next set of results.
def next_token=(next_token : String | Nil)
#
The token for the next set of items to return. Use this token to get the next set of results.
def summaries : Array(OpsItemEventSummary) | Nil
#
A list of event information for the specified OpsItems.
def summaries=(summaries : Array(OpsItemEventSummary) | Nil)
#
A list of event information for the specified OpsItems.