class
Amazonite::CloudFormation::DescribeEventsOutput
- Amazonite::CloudFormation::DescribeEventsOutput
- Reference
- Object
Defined in:
cloudformation/describe_events_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(operation_events : Array(OperationEvent) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
If the request doesn't return all the remaining results,
NextTokenis set to a token. -
#next_token=(next_token : String | Nil)
If the request doesn't return all the remaining results,
NextTokenis set to a token. -
#operation_events : Array(OperationEvent) | Nil
A list of operation events that match the specified criteria.
-
#operation_events=(operation_events : Array(OperationEvent) | Nil)
A list of operation events that match the specified criteria.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call DescribeEvents again and assign that token to the
request object's NextToken parameter. If the request returns all results, NextToken is set
to null.
If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call DescribeEvents again and assign that token to the
request object's NextToken parameter. If the request returns all results, NextToken is set
to null.
A list of operation events that match the specified criteria.
A list of operation events that match the specified criteria.