DescribeConformancePacksResponse
public struct DescribeConformancePacksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns a list of ConformancePackDetail objects.
Declaration
Swift
public let conformancePackDetails: [ConformancePackDetail]?
-
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(conformancePackDetails: [ConformancePackDetail]? = nil, nextToken: String? = nil)