ActionType
public struct ActionType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration properties for the action type.
Declaration
Swift
public let actionConfigurationProperties: [ActionConfigurationProperty]?
-
Represents information about an action type.
Declaration
Swift
public let id: ActionTypeId
-
The details of the input artifact for the action, such as its commit ID.
Declaration
Swift
public let inputArtifactDetails: ArtifactDetails
-
The details of the output artifact of the action, such as its commit ID.
Declaration
Swift
public let outputArtifactDetails: ArtifactDetails
-
The settings for the action type.
Declaration
Swift
public let settings: ActionTypeSettings?
-
Undocumented
Declaration
Swift
public init(actionConfigurationProperties: [ActionConfigurationProperty]? = nil, id: ActionTypeId, inputArtifactDetails: ArtifactDetails, outputArtifactDetails: ArtifactDetails, settings: ActionTypeSettings? = nil)