DescribeConformancePackStatusResponse
public struct DescribeConformancePackStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of ConformancePackStatusDetail objects.
Declaration
Swift
public let conformancePackStatusDetails: [ConformancePackStatusDetail]? -
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(conformancePackStatusDetails: [ConformancePackStatusDetail]? = nil, nextToken: String? = nil)
View on GitHub
DescribeConformancePackStatusResponse Structure Reference