class
Amazonite::CloudFormation::DescribeEventsInput
- Amazonite::CloudFormation::DescribeEventsInput
- Reference
- Object
Defined in:
cloudformation/describe_events_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String | Nil = nil, change_set_name : String | Nil = nil, operation_id : String | Nil = nil, filters : EventFilter | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#change_set_name : String | Nil
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
-
#change_set_name=(change_set_name : String | Nil)
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
-
#filters : EventFilter | Nil
Filters to apply when retrieving events.
-
#filters=(filters : EventFilter | Nil)
Filters to apply when retrieving events.
-
#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.
-
#operation_id : String | Nil
The unique identifier of the operation for which you want to retrieve events.
-
#operation_id=(operation_id : String | Nil)
The unique identifier of the operation for which you want to retrieve events.
-
#stack_name : String | Nil
The name or unique stack ID for which you want to retrieve events.
-
#stack_name=(stack_name : String | Nil)
The name or unique stack ID for which you want to retrieve events.
- #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?.
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
The unique identifier of the operation for which you want to retrieve events.
The unique identifier of the operation for which you want to retrieve events.
The name or unique stack ID for which you want to retrieve events. If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
The name or unique stack ID for which you want to retrieve events. If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.