ListApprovalRuleTemplatesOutput

public struct ListApprovalRuleTemplatesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of all the approval rule templates found in the AWS Region for your AWS account.

    Declaration

    Swift

    public let approvalRuleTemplateNames: [String]?
  • An enumeration token that allows the operation to batch the next results of the operation.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(approvalRuleTemplateNames: [String]? = nil, nextToken: String? = nil)