DescribeStandardsControlsResponse
public struct DescribeStandardsControlsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of security standards controls.
Declaration
Swift
public let controls: [StandardsControl]? -
The pagination token to use to request the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(controls: [StandardsControl]? = nil, nextToken: String? = nil)
View on GitHub
DescribeStandardsControlsResponse Structure Reference