Class: Aws::Types::UpdateRateBasedRuleRequest

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)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def change_token
  @change_token
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def rate_limit
  @rate_limit
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def rule_id
  @rule_id
end

#updates::Array[Types::RuleUpdate]

Returns the value of attribute updates.

Returns:



1089
1090
1091
# File 'sig/types.rbs', line 1089

def updates
  @updates
end