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)


89
90
91
# File 'sig/types.rbs', line 89

def change_token
  @change_token
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def name
  @name
end

#rate_key"IP"

Returns the value of attribute rate_key.

Returns:

  • ("IP")


87
88
89
# File 'sig/types.rbs', line 87

def rate_key
  @rate_key
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


88
89
90
# File 'sig/types.rbs', line 88

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end