IInspectable
- class aws_cdk.IInspectable(*args, **kwargs)
Bases:
Protocol
Interface for examining a construct and exposing metadata.
Methods
- inspect(inspector)
Examines construct.
- Parameters:
inspector (
TreeInspector
) –tree inspector to collect and process attributes.
- Return type:
None