Method: Aws::CloudFormation::Types::DescribeChangeSetHooksOutput#hooks
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#hooks ⇒ Array<Types::ChangeSetHook>
List of Hook objects.
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2517 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |