AWSEC2NetworkInsightsAccessScope

Objective-C

@interface AWSEC2NetworkInsightsAccessScope

Swift

class AWSEC2NetworkInsightsAccessScope

Describes a Network Access Scope.

  • The creation date.

    Declaration

    Objective-C

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

    Swift

    var createdDate: Date? { get set }
  • The Amazon Resource Name (ARN) of the Network Access Scope.

    Declaration

    Objective-C

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

    Swift

    var networkInsightsAccessScopeArn: 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 tags.

    Declaration

    Objective-C

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

    Swift

    var tags: [AWSEC2Tag]? { get set }
  • The last updated date.

    Declaration

    Objective-C

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

    Swift

    var updatedDate: Date? { get set }