toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
RuleGroupRuleOptionsPair
Rule
Group
Rule
Options
Pair
class
RuleGroupRuleOptionsPair
Describes the rule options for a stateful rule group.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
rule
Group
Arn
Link copied to clipboard
val
ruleGroupArn
:
String
?
The ARN of the rule group.
rule
Options
Link copied to clipboard
val
ruleOptions
:
List
<
RuleOption
>
?
The rule options.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
RuleGroupRuleOptionsPair.Builder
.
(
)
->
Unit
=
{}
)
:
RuleGroupRuleOptionsPair
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String