ResourceChangeDetail
public struct ResourceChangeDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the entity that caused the change.
Declaration
Swift
public let causingEntity: 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.
Declaration
Swift
public let evaluation: EvaluationType?
-
Information about the resource attribute to be modified.
Declaration
Swift
public let target: ResourceTargetDefinition?
-
Undocumented
Declaration
Swift
public init(causingEntity: String? = nil, evaluation: EvaluationType? = nil, target: ResourceTargetDefinition? = nil)