@aws-cdk_integ-tests-alpha.AwsApiCallResult

interface AwsApiCallResult 🔹

LanguageType name
.NETAmazon.CDK.IntegTests.Alpha.AwsApiCallResult
Gogithub.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#AwsApiCallResult
Javasoftware.amazon.awscdk.integtests.alpha.AwsApiCallResult
Pythonaws_cdk.integ_tests_alpha.AwsApiCallResult
TypeScript (source)@aws-cdk/integ-tests-alpha » AwsApiCallResult

The result from a SdkQuery.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as integ_tests_alpha from '@aws-cdk/integ-tests-alpha';

declare const apiCallResponse: any;
const awsApiCallResult: integ_tests_alpha.AwsApiCallResult = {
  apiCallResponse: apiCallResponse,
};

Properties

NameTypeDescription
apiCallResponse🔹anyThe full api response.

apiCallResponse🔹

Type: any

The full api response.