GetEnabledStandardsRequest
public struct GetEnabledStandardsRequest : AWSShape
extension SecurityHub.GetEnabledStandardsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return in the response.
Declaration
Swift
public let maxResults: Int?
-
The token that is required for pagination. On your first call to the GetEnabledStandards 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?
-
The list of the standards subscription ARNs for the standards to retrieve.
Declaration
Swift
public let standardsSubscriptionArns: [String]?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, standardsSubscriptionArns: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SecurityHub.GetEnabledStandardsRequest