AWSEC2CreateNetworkInsightsAccessScopeResult
Objective-C
@interface AWSEC2CreateNetworkInsightsAccessScopeResult
Swift
class AWSEC2CreateNetworkInsightsAccessScopeResult
-
The Network Access Scope.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NetworkInsightsAccessScope *_Nullable networkInsightsAccessScope;
Swift
var networkInsightsAccessScope: AWSEC2NetworkInsightsAccessScope? { get set }
-
The Network Access Scope content.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NetworkInsightsAccessScopeContent *_Nullable networkInsightsAccessScopeContent;
Swift
var networkInsightsAccessScopeContent: AWSEC2NetworkInsightsAccessScopeContent? { get set }