Class: Aws::CloudFormation::Types::DescribeChangeSetHooksOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_idString

The change set identifier (stack ID).

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-cloudformation/types.rb', line 2356

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_nameString

The change set name.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-cloudformation/types.rb', line 2356

class DescribeChangeSetHooksOutput < Struct.new(
  :change_set_id,
  :change_set_name,
  :hooks,
  :status,
  :next_token,
  :stack_id,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#hooksArray<Types::ChangeSetHook>

List of hook objects.

Returns:



2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-cloudformation/types.rb', line 2356

class DescribeChangeSetHooksOutput < Struct.new(
  :change_set_id,
  :change_set_name,
  :hooks,
  :status,
  :next_token,
  :stack_id,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token, ‘null` or empty if no more results.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-cloudformation/types.rb', line 2356

class DescribeChangeSetHooksOutput < Struct.new(
  :change_set_id,
  :change_set_name,
  :hooks,
  :status,
  :next_token,
  :stack_id,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack identifier (stack ID).

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-cloudformation/types.rb', line 2356

class DescribeChangeSetHooksOutput < Struct.new(
  :change_set_id,
  :change_set_name,
  :hooks,
  :status,
  :next_token,
  :stack_id,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The stack name.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-cloudformation/types.rb', line 2356

class DescribeChangeSetHooksOutput < Struct.new(
  :change_set_id,
  :change_set_name,
  :hooks,
  :status,
  :next_token,
  :stack_id,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Provides the status of the change set hook.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-cloudformation/types.rb', line 2356

class DescribeChangeSetHooksOutput < Struct.new(
  :change_set_id,
  :change_set_name,
  :hooks,
  :status,
  :next_token,
  :stack_id,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end