AWSEC2AccessScopeAnalysisFinding
Objective-C
@interface AWSEC2AccessScopeAnalysisFinding
Swift
class AWSEC2AccessScopeAnalysisFinding
Describes a finding for a Network Access Scope.
-
The finding components.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2PathComponent *> *_Nullable findingComponents;Swift
var findingComponents: [AWSEC2PathComponent]? { get set } -
The ID of the finding.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable findingId;Swift
var findingId: String? { get set } -
The ID of the Network Access Scope analysis.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkInsightsAccessScopeAnalysisId;Swift
var networkInsightsAccessScopeAnalysisId: String? { 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
AWSEC2AccessScopeAnalysisFinding Class Reference