OriginApprovalRuleTemplate
public struct OriginApprovalRuleTemplate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the template that created the approval rule.
Declaration
Swift
public let approvalRuleTemplateId: String? -
The name of the template that created the approval rule.
Declaration
Swift
public let approvalRuleTemplateName: String? -
Undocumented
Declaration
Swift
public init(approvalRuleTemplateId: String? = nil, approvalRuleTemplateName: String? = nil)
View on GitHub
OriginApprovalRuleTemplate Structure Reference