PropertyDifference

public struct PropertyDifference : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The actual property value of the resource property.

    Declaration

    Swift

    public let actualValue: String
  • The type of property difference. ADD: A value has been added to a resource property that is an array or list data type. REMOVE: The property has been removed from the current resource configuration. NOT_EQUAL: The current property value differs from its expected value (as defined in the stack template and any values specified as template parameters).

    Declaration

    Swift

    public let differenceType: DifferenceType
  • The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.

    Declaration

    Swift

    public let expectedValue: String
  • The fully-qualified path to the resource property.

    Declaration

    Swift

    public let propertyPath: String
  • Undocumented

    Declaration

    Swift

    public init(actualValue: String, differenceType: DifferenceType, expectedValue: String, propertyPath: String)