Change

public struct Change : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Change types are single string values that describe your intention for the change. Each change type is unique for each EntityType provided in the change’s scope.

    Declaration

    Swift

    public let changeType: String
  • This object contains details specific to the change type of the requested change.

    Declaration

    Swift

    public let details: String
  • The entity to be changed.

    Declaration

    Swift

    public let entity: Entity
  • Undocumented

    Declaration

    Swift

    public init(changeType: String, details: String, entity: Entity)
  • Declaration

    Swift

    public func validate(name: String) throws