AwsApiCallResult
- class aws_cdk.integ_tests.AwsApiCallResult(*, api_call_response)
Bases:
object
(experimental) The result from a SdkQuery.
- Parameters:
api_call_response (
Any
) – (experimental) The full api response.- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.integ_tests as integ_tests # api_call_response: Any aws_api_call_result = integ_tests.AwsApiCallResult( api_call_response=api_call_response )
Attributes
- api_call_response
(experimental) The full api response.
- Stability:
experimental