ListGraphqlApisResponse
public struct ListGraphqlApisResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The GraphqlApi objects.
Declaration
Swift
public let graphqlApis: [GraphqlApi]?
-
An identifier to be passed in the next request to this operation to return the next set of items in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(graphqlApis: [GraphqlApi]? = nil, nextToken: String? = nil)