ActionRevision

public struct ActionRevision : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time when the most recent version of the action was created, in timestamp format.

    Declaration

    Swift

    public let created: TimeStamp
  • The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

    Declaration

    Swift

    public let revisionChangeId: String
  • The system-generated unique ID that identifies the revision number of the action.

    Declaration

    Swift

    public let revisionId: String
  • Undocumented

    Declaration

    Swift

    public init(created: TimeStamp, revisionChangeId: String, revisionId: String)
  • Declaration

    Swift

    public func validate(name: String) throws