Class: Aws::CloudFormation::Types::DescribeChangeSetInput

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

Overview

The input for the DescribeChangeSet action.

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)


2519
2520
2521
2522
2523
2524
2525
2526
# File 'lib/aws-sdk-cloudformation/types.rb', line 2519

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

#include_property_valuesBoolean

If ‘true`, the returned changes include detailed changes in the property values.

Returns:

  • (Boolean)


2519
2520
2521
2522
2523
2524
2525
2526
# File 'lib/aws-sdk-cloudformation/types.rb', line 2519

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

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2519
2520
2521
2522
2523
2524
2525
2526
# File 'lib/aws-sdk-cloudformation/types.rb', line 2519

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

#stack_nameString

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

Returns:

  • (String)


2519
2520
2521
2522
2523
2524
2525
2526
# File 'lib/aws-sdk-cloudformation/types.rb', line 2519

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