Class: Aws::Types::UpdateRuleGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def change_token
  @change_token
end

#rule_group_id::String

Returns the value of attribute rule_group_id.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def rule_group_id
  @rule_group_id
end

#updates::Array[Types::RuleGroupUpdate]

Returns the value of attribute updates.

Returns:



1125
1126
1127
# File 'sig/types.rbs', line 1125

def updates
  @updates
end