ApprovalRuleTemplate
public struct ApprovalRuleTemplate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The content of the approval rule template.
Declaration
Swift
public let approvalRuleTemplateContent: String?
-
The description of the approval rule template.
Declaration
Swift
public let approvalRuleTemplateDescription: String?
-
The system-generated ID of the approval rule template.
Declaration
Swift
public let approvalRuleTemplateId: String?
-
The name of the approval rule template.
Declaration
Swift
public let approvalRuleTemplateName: String?
-
The date the approval rule template was created, in timestamp format.
Declaration
Swift
public let creationDate: TimeStamp?
-
The date the approval rule template was most recently changed, in timestamp format.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
Declaration
Swift
public let lastModifiedUser: String?
-
The SHA-256 hash signature for the content of the approval rule template.
Declaration
Swift
public let ruleContentSha256: String?
-
init(approvalRuleTemplateContent:approvalRuleTemplateDescription:approvalRuleTemplateId:approvalRuleTemplateName:creationDate:lastModifiedDate:lastModifiedUser:ruleContentSha256:)
Undocumented
Declaration
Swift
public init(approvalRuleTemplateContent: String? = nil, approvalRuleTemplateDescription: String? = nil, approvalRuleTemplateId: String? = nil, approvalRuleTemplateName: String? = nil, creationDate: TimeStamp? = nil, lastModifiedDate: TimeStamp? = nil, lastModifiedUser: String? = nil, ruleContentSha256: String? = nil)