class
Amazonite::Ssm::GetOpsSummaryResult
- Amazonite::Ssm::GetOpsSummaryResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_ops_summary_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(entities : Array(OpsEntity) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entities : Array(OpsEntity) | Nil
The list of aggregated details and filtered OpsData.
-
#entities=(entities : Array(OpsEntity) | Nil)
The list of aggregated details and filtered OpsData.
-
#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.
- #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?.
The list of aggregated details and filtered OpsData.
The list of aggregated details and filtered OpsData.
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.