AWSEC2DescribeNetworkInsightsAccessScopeAnalysesResult
Objective-C
@interface AWSEC2DescribeNetworkInsightsAccessScopeAnalysesResult
Swift
class AWSEC2DescribeNetworkInsightsAccessScopeAnalysesResult
-
The Network Access Scope analyses.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2NetworkInsightsAccessScopeAnalysis *> *_Nullable networkInsightsAccessScopeAnalyses;Swift
var networkInsightsAccessScopeAnalyses: [AWSEC2NetworkInsightsAccessScopeAnalysis]? { 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
AWSEC2DescribeNetworkInsightsAccessScopeAnalysesResult Class Reference