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)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def change_token
  @change_token
end

#rule_group_id::String

Returns the value of attribute rule_group_id.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def rule_group_id
  @rule_group_id
end

#updates::Array[Types::RuleGroupUpdate]

Returns the value of attribute updates.

Returns:



1163
1164
1165
# File 'sig/types.rbs', line 1163

def updates
  @updates
end