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

Class: Aws::ServiceCatalog::Types::ResourceChangeDetail

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

Overview

Information about a change to a resource attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#causing_entityString

The ID of the entity that caused the change.

Returns:

  • (String)

    The ID of the entity that caused the change.

#evaluationString

For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.

Possible values:

  • STATIC
  • DYNAMIC

Returns:

  • (String)

    For static evaluations, the value of the resource attribute will change and the new value is known.

#targetTypes::ResourceTargetDefinition

Information about the resource attribute to be modified.

Returns: