GetIntrospectionSchemaRequest
public struct GetIntrospectionSchemaRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The API ID.
Declaration
Swift
public let apiId: String
-
The schema format: SDL or JSON.
Declaration
Swift
public let format: OutputType
-
A flag that specifies whether the schema introspection should contain directives.
Declaration
Swift
public let includeDirectives: Bool?
-
Undocumented
Declaration
Swift
public init(apiId: String, format: OutputType, includeDirectives: Bool? = nil)