Class: Aws::Types::SpendLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enforced_limit::Integer

Returns the value of attribute enforced_limit.

Returns:

  • (::Integer)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def enforced_limit
  @enforced_limit
end

#max_limit::Integer

Returns the value of attribute max_limit.

Returns:

  • (::Integer)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def max_limit
  @max_limit
end

#name"TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", ...

Returns the value of attribute name.

Returns:

  • ("TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT", "MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT", "NOTIFY_MESSAGE_MONTHLY_SPEND_LIMIT", "RCS_MESSAGE_MONTHLY_SPEND_LIMIT")


2252
2253
2254
# File 'sig/types.rbs', line 2252

def name
  @name
end

#overriddenBoolean

Returns the value of attribute overridden.

Returns:

  • (Boolean)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def overridden
  @overridden
end