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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#causing_entityString

The ID of the entity that caused the change.

Returns:

  • (String)


6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6235

class ResourceChangeDetail < Struct.new(
  :target,
  :evaluation,
  :causing_entity)
  SENSITIVE = []
  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)


6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6235

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

#targetTypes::ResourceTargetDefinition

Information about the resource attribute to be modified.



6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6235

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