Class: Aws::Types::CreateRateBasedRuleRequest

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)


98
99
100
# File 'sig/types.rbs', line 98

def change_token
  @change_token
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def name
  @name
end

#rate_key"IP"

Returns the value of attribute rate_key.

Returns:

  • ("IP")


96
97
98
# File 'sig/types.rbs', line 96

def rate_key
  @rate_key
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


97
98
99
# File 'sig/types.rbs', line 97

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def tags
  @tags
end