AWSEC2NetworkInsightsAccessScopeContent
Objective-C
@interface AWSEC2NetworkInsightsAccessScopeContent
                Swift
class AWSEC2NetworkInsightsAccessScopeContent
                Describes the Network Access Scope content.
- 
                  
                  
The paths to exclude.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AccessScopePath *> *_Nullable excludePaths;Swift
var excludePaths: [AWSEC2AccessScopePath]? { get set } - 
                  
                  
The paths to match.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AccessScopePath *> *_Nullable matchPaths;Swift
var matchPaths: [AWSEC2AccessScopePath]? { get set } - 
                  
                  
The ID of the Network Access Scope.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkInsightsAccessScopeId;Swift
var networkInsightsAccessScopeId: String? { get set } 
View on GitHub
Install in Dash
        AWSEC2NetworkInsightsAccessScopeContent Class Reference