You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returns:

  • (Types::ResourceChange)

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

#typeString

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

Possible values:

  • Resource

Returns:

  • (String)

    The type of entity that AWS CloudFormation changes.