class
Amazonite::CloudFormation::DescribeChangeSetHooksOutput
- Amazonite::CloudFormation::DescribeChangeSetHooksOutput
- Reference
- Object
Defined in:
cloudformation/describe_change_set_hooks_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(change_set_id : String | Nil = nil, change_set_name : String | Nil = nil, hooks : Array(ChangeSetHook) | Nil = nil, status : ChangeSetHooksStatus | Nil = nil, next_token : String | Nil = nil, stack_id : String | Nil = nil, stack_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#change_set_id : String | Nil
The change set identifier (stack ID).
-
#change_set_id=(change_set_id : String | Nil)
The change set identifier (stack ID).
-
#change_set_name : String | Nil
The change set name.
-
#change_set_name=(change_set_name : String | Nil)
The change set name.
-
#hash(hasher)
See
Object#hash(hasher) -
#hooks : Array(ChangeSetHook) | Nil
List of Hook objects.
-
#hooks=(hooks : Array(ChangeSetHook) | Nil)
List of Hook objects.
-
#next_token : String | Nil
Pagination token,
nullor empty if no more results. -
#next_token=(next_token : String | Nil)
Pagination token,
nullor empty if no more results. -
#stack_id : String | Nil
The stack identifier (stack ID).
-
#stack_id=(stack_id : String | Nil)
The stack identifier (stack ID).
-
#stack_name : String | Nil
The stack name.
-
#stack_name=(stack_name : String | Nil)
The stack name.
-
#status : ChangeSetHooksStatus | Nil
Provides the status of the change set Hook.
-
#status=(status : ChangeSetHooksStatus | Nil)
Provides the status of the change set Hook.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(change_set_id : String | Nil = nil, change_set_name : String | Nil = nil, hooks : Array(ChangeSetHook) | Nil = nil, status : ChangeSetHooksStatus | Nil = nil, next_token : String | Nil = nil, stack_id : String | Nil = nil, stack_name : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.