ApprovalRuleEventMetadata
public struct ApprovalRuleEventMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The content of the approval rule.
Declaration
Swift
public let approvalRuleContent: String?
-
The system-generated ID of the approval rule.
Declaration
Swift
public let approvalRuleId: String?
-
The name of the approval rule.
Declaration
Swift
public let approvalRuleName: String?
-
Undocumented
Declaration
Swift
public init(approvalRuleContent: String? = nil, approvalRuleId: String? = nil, approvalRuleName: String? = nil)