ListAuditSuppressionsRequest

public struct ListAuditSuppressionsRequest : AWSShape
extension IoT.ListAuditSuppressionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn’t provided, ascendingOrder=true.

    Declaration

    Swift

    public let ascendingOrder: Bool?
  • Undocumented

    Declaration

    Swift

    public let checkName: String?
  • The maximum number of results to return at one time. The default is 25.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public let resourceIdentifier: ResourceIdentifier?
  • Undocumented

    Declaration

    Swift

    public init(ascendingOrder: Bool? = nil, checkName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, resourceIdentifier: ResourceIdentifier? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListAuditSuppressionsRequest