AWSEC2StaleSecurityGroup

Objective-C

@interface AWSEC2StaleSecurityGroup

Swift

class AWSEC2StaleSecurityGroup

Describes a stale security group (a security group that contains stale rules).

  • The description of the security group.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The ID of the security group.

    Declaration

    Objective-C

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

    Swift

    var groupId: String? { get set }
  • The name of the security group.

    Declaration

    Objective-C

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

    Swift

    var groupName: String? { get set }
  • Information about the stale inbound rules in the security group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2StaleIpPermission *> *_Nullable staleIpPermissions;

    Swift

    var staleIpPermissions: [AWSEC2StaleIpPermission]? { get set }
  • Information about the stale outbound rules in the security group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2StaleIpPermission *> *_Nullable staleIpPermissionsEgress;

    Swift

    var staleIpPermissionsEgress: [AWSEC2StaleIpPermission]? { get set }
  • The ID of the VPC for the security group.

    Declaration

    Objective-C

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

    Swift

    var vpcId: String? { get set }