DescribeProductsRequest
public struct DescribeProductsRequest : AWSShape
extension SecurityHub.DescribeProductsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return.
Declaration
Swift
public let maxResults: Int?
-
The token that is required for pagination. On your first call to the DescribeProducts operation, set the value of this parameter to NULL. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SecurityHub.DescribeProductsRequest