GetEnabledStandardsResponse
public struct GetEnabledStandardsResponse : 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?
-
The list of StandardsSubscriptions objects that include information about the enabled standards.
Declaration
Swift
public let standardsSubscriptions: [StandardsSubscription]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, standardsSubscriptions: [StandardsSubscription]? = nil)