AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetDataSourceIntrospection operation. Retrieves the record of an existing introspection. If the retrieval is successful, the result of the instrospection will also be returned. If the retrieval fails the operation, an error message will be returned instead.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppSync.AmazonAppSyncRequest
      Amazon.AppSync.Model.GetDataSourceIntrospectionRequest

Namespace: Amazon.AppSync.Model
Assembly: AWSSDK.AppSync.dll
Version: 3.x.y.z

Syntax

C#
public class GetDataSourceIntrospectionRequest : AmazonAppSyncRequest
         IAmazonWebServiceRequest

The GetDataSourceIntrospectionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IncludeModelsSDL System.Boolean

Gets and sets the property IncludeModelsSDL.

A boolean flag that determines whether SDL should be generated for introspected types or not. If set to true, each model will contain an sdl property that contains the SDL for that type. The SDL only contains the type data and no additional metadata or directives.

Public Property IntrospectionId System.String

Gets and sets the property IntrospectionId.

The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of introspected types that will be returned in a single response.

Public Property NextToken System.String

Gets and sets the property NextToken.

Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken value from the previous response.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5