DefinitionDocument
public struct DefinitionDocument : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language used to define the entity. GRAPHQL is the only valid value.
Declaration
Swift
public let language: DefinitionLanguage
-
The GraphQL text that defines the entity.
Declaration
Swift
public let text: String
-
Undocumented
Declaration
Swift
public init(language: DefinitionLanguage, text: String)
-
Declaration
Swift
public func validate(name: String) throws