GetRepositoryTriggersOutput
public struct GetRepositoryTriggersOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The system-generated unique ID for the trigger.
Declaration
Swift
public let configurationId: String? -
The JSON block of configuration information for each trigger.
Declaration
Swift
public let triggers: [RepositoryTrigger]? -
Undocumented
Declaration
Swift
public init(configurationId: String? = nil, triggers: [RepositoryTrigger]? = nil)
View on GitHub
GetRepositoryTriggersOutput Structure Reference