AWSEC2NetworkInsightsAccessScopeAnalysis

Objective-C

@interface AWSEC2NetworkInsightsAccessScopeAnalysis

Swift

class AWSEC2NetworkInsightsAccessScopeAnalysis

Describes a Network Access Scope analysis.

  • The number of network interfaces analyzed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable analyzedEniCount;

    Swift

    var analyzedEniCount: NSNumber? { get set }
  • The analysis end date.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable endDate;

    Swift

    var endDate: Date? { get set }
  • Indicates whether there are findings.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2FindingsFound findingsFound;

    Swift

    var findingsFound: AWSEC2FindingsFound { get set }
  • The Amazon Resource Name (ARN) of the Network Access Scope analysis.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable networkInsightsAccessScopeAnalysisArn;

    Swift

    var networkInsightsAccessScopeAnalysisArn: 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 }
  • The analysis start date.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable startDate;

    Swift

    var startDate: Date? { get set }
  • The status.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2AnalysisStatus status;

    Swift

    var status: AWSEC2AnalysisStatus { get set }
  • The status message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable statusMessage;

    Swift

    var statusMessage: String? { get set }
  • The tags.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }
  • The warning message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable warningMessage;

    Swift

    var warningMessage: String? { get set }