class
Amazonite::CloudFormation::DescribeStackEventsOutput
- Amazonite::CloudFormation::DescribeStackEventsOutput
- Reference
- Object
Overview
The output for a DescribeStackEvents action.
Defined in:
cloudformation/describe_stack_events_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_events : Array(StackEvent) | 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 output exceeds 1 MB in size, a string that identifies the next page of events.
-
#next_token=(next_token : String | Nil)
If the output exceeds 1 MB in size, a string that identifies the next page of events.
-
#stack_events : Array(StackEvent) | Nil
A list of
StackEventsstructures. -
#stack_events=(stack_events : Array(StackEvent) | Nil)
A list of
StackEventsstructures. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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
#
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
def next_token=(next_token : String | Nil)
#
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.