Class: Aws::ServiceCatalog::Types::ResourceChangeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ResourceChangeDetail
- 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
-
#causing_entity ⇒ String
The ID of the entity that caused the change.
-
#evaluation ⇒ String
For static evaluations, the value of the resource attribute will change and the new value is known.
-
#target ⇒ Types::ResourceTargetDefinition
Information about the resource attribute to be modified.
Instance Attribute Details
#causing_entity ⇒ String
The ID of the entity that caused the change.
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 |
#evaluation ⇒ String
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.
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 |
#target ⇒ Types::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 |