Class: Aws::Types::UpdateUsageLimitRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Integer

Returns the value of attribute amount.

Returns:

  • (::Integer)


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

def amount
  @amount
end

#breach_action"log", ...

Returns the value of attribute breach_action.

Returns:

  • ("log", "emit-metric", "deactivate")


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

def breach_action
  @breach_action
end

#usage_limit_id::String

Returns the value of attribute usage_limit_id.

Returns:

  • (::String)


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

def usage_limit_id
  @usage_limit_id
end