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)


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

def change_token
  @change_token
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def rate_limit
  @rate_limit
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


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

def rule_id
  @rule_id
end

#updates::Array[Types::RuleUpdate]

Returns the value of attribute updates.

Returns:



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

def updates
  @updates
end