AWSEC2GetNetworkInsightsAccessScopeAnalysisFindingsResult
Objective-C
@interface AWSEC2GetNetworkInsightsAccessScopeAnalysisFindingsResult
Swift
class AWSEC2GetNetworkInsightsAccessScopeAnalysisFindingsResult
-
The findings associated with Network Access Scope Analysis.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AccessScopeAnalysisFinding *> *_Nullable analysisFindings;Swift
var analysisFindings: [AWSEC2AccessScopeAnalysisFinding]? { get set } -
The status of Network Access Scope Analysis.
Declaration
Objective-C
@property (nonatomic) AWSEC2AnalysisStatus analysisStatus;Swift
var analysisStatus: AWSEC2AnalysisStatus { 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 token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSEC2GetNetworkInsightsAccessScopeAnalysisFindingsResult Class Reference