AwsApiCallResult
- class aws_cdk.integ_tests_alpha.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_alpha as integ_tests_alpha # api_call_response: Any aws_api_call_result = integ_tests_alpha.AwsApiCallResult( api_call_response=api_call_response )
Attributes
- api_call_response
(experimental) The full api response.
- Stability:
experimental