Class: Aws::CloudFormation::Types::DescribeChangeSetHooksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeChangeSetHooksOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_set_id ⇒ String
The change set identifier (stack ID).
-
#change_set_name ⇒ String
The change set name.
-
#hooks ⇒ Array<Types::ChangeSetHook>
List of hook objects.
-
#next_token ⇒ String
Pagination token,
null
or empty if no more results. -
#stack_id ⇒ String
The stack identifier (stack ID).
-
#stack_name ⇒ String
The stack name.
-
#status ⇒ String
Provides the status of the change set hook.
Instance Attribute Details
#change_set_id ⇒ String
The change set identifier (stack ID).
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2367 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |
#change_set_name ⇒ String
The change set name.
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2367 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |
#hooks ⇒ Array<Types::ChangeSetHook>
List of hook objects.
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2367 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token, null
or empty if no more results.
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2367 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack identifier (stack ID).
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2367 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The stack name.
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2367 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Provides the status of the change set hook.
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2367 class DescribeChangeSetHooksOutput < Struct.new( :change_set_id, :change_set_name, :hooks, :status, :next_token, :stack_id, :stack_name) SENSITIVE = [] include Aws::Structure end |