ActionState
public struct ActionState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the action.
Declaration
Swift
public let actionName: String? -
Represents information about the version (or revision) of an action.
Declaration
Swift
public let currentRevision: ActionRevision? -
A URL link for more information about the state of the action, such as a deployment group details page.
Declaration
Swift
public let entityUrl: String? -
Represents information about the run of an action.
Declaration
Swift
public let latestExecution: ActionExecution? -
A URL link for more information about the revision, such as a commit details page.
Declaration
Swift
public let revisionUrl: String? -
Undocumented
Declaration
Swift
public init(actionName: String? = nil, currentRevision: ActionRevision? = nil, entityUrl: String? = nil, latestExecution: ActionExecution? = nil, revisionUrl: String? = nil)
View on GitHub
ActionState Structure Reference