DescribeStandardsControlsRequest
public struct DescribeStandardsControlsRequest : AWSShape
extension SecurityHub.DescribeStandardsControlsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of security standard controls to return.
Declaration
Swift
public let maxResults: Int?
-
The token that is required for pagination. On your first call to the DescribeStandardsControls 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 ARN of a resource that represents your subscription to a supported standard.
Declaration
Swift
public let standardsSubscriptionArn: String
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, standardsSubscriptionArn: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SecurityHub.DescribeStandardsControlsRequest