Class: Aws::Types::UpdateRuleRequest

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)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def change_token
  @change_token
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def rule_id
  @rule_id
end

#updates::Array[Types::RuleUpdate]

Returns the value of attribute updates.

Returns:



1138
1139
1140
# File 'sig/types.rbs', line 1138

def updates
  @updates
end