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

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

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)


5063
5064
5065
5066
5067
5068
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5063

class ResourceChangeDetail < Struct.new(
  :target,
  :evaluation,
  :causing_entity)
  include Aws::Structure
end

#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.

Returns:

  • (String)


5063
5064
5065
5066
5067
5068
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5063

class ResourceChangeDetail < Struct.new(
  :target,
  :evaluation,
  :causing_entity)
  include Aws::Structure
end

#targetTypes::ResourceTargetDefinition

Information about the resource attribute to be modified.



5063
5064
5065
5066
5067
5068
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5063

class ResourceChangeDetail < Struct.new(
  :target,
  :evaluation,
  :causing_entity)
  include Aws::Structure
end