DescribeStandardsResponse
public struct DescribeStandardsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token to use to request the next page of results.
Declaration
Swift
public let nextToken: String?
-
A list of available standards.
Declaration
Swift
public let standards: [Standard]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, standards: [Standard]? = nil)