Class: Aws::CloudFormation::Types::DescribeChangeSetHooksInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_nameString

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2317

class DescribeChangeSetHooksInput < Struct.new(
  :change_set_name,
  :stack_name,
  :next_token,
  :logical_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#logical_resource_idString

If specified, lists only the hooks related to the specified LogicalResourceId.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2317

class DescribeChangeSetHooksInput < Struct.new(
  :change_set_name,
  :stack_name,
  :next_token,
  :logical_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of information that you want to retrieve.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2317

class DescribeChangeSetHooksInput < Struct.new(
  :change_set_name,
  :stack_name,
  :next_token,
  :logical_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2317

class DescribeChangeSetHooksInput < Struct.new(
  :change_set_name,
  :stack_name,
  :next_token,
  :logical_resource_id)
  SENSITIVE = []
  include Aws::Structure
end