AWSEC2RuleGroupRuleOptionsPair

Objective-C

@interface AWSEC2RuleGroupRuleOptionsPair

Swift

class AWSEC2RuleGroupRuleOptionsPair

Describes the rule options for a stateful rule group.

  • The ARN of the rule group.

    Declaration

    Objective-C

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

    Swift

    var ruleGroupArn: String? { get set }
  • The rule options.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2RuleOption *> *_Nullable ruleOptions;

    Swift

    var ruleOptions: [AWSEC2RuleOption]? { get set }