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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


5709
5710
5711
5712
5713
5714
5715
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5709

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)


5709
5710
5711
5712
5713
5714
5715
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5709

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

#targetTypes::ResourceTargetDefinition

Information about the resource attribute to be modified.



5709
5710
5711
5712
5713
5714
5715
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5709

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