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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/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)


2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2392

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)


2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2392

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

#next_tokenString

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2392

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)


2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2392

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