Class: Aws::CloudFormation::Types::Change

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

Overview

The ‘Change` structure describes the changes AWS CloudFormation will perform if you execute the change set.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_changeTypes::ResourceChange

A ‘ResourceChange` structure that describes the resource and action that AWS CloudFormation will perform.



169
170
171
172
173
# File 'lib/aws-sdk-cloudformation/types.rb', line 169

class Change < Struct.new(
  :type,
  :resource_change)
  include Aws::Structure
end

#typeString

The type of entity that AWS CloudFormation changes. Currently, the only entity type is ‘Resource`.

Returns:

  • (String)


169
170
171
172
173
# File 'lib/aws-sdk-cloudformation/types.rb', line 169

class Change < Struct.new(
  :type,
  :resource_change)
  include Aws::Structure
end