AWSEC2CreateNetworkInsightsPathResult
Objective-C
@interface AWSEC2CreateNetworkInsightsPathResult
Swift
class AWSEC2CreateNetworkInsightsPathResult
-
Information about the path.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NetworkInsightsPath *_Nullable networkInsightsPath;
Swift
var networkInsightsPath: AWSEC2NetworkInsightsPath? { get set }