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)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def enforced_limit
  @enforced_limit
end

#max_limit ⇒ ::Integer

Returns the value of attribute max_limit.

Returns:

  • (::Integer)


2287
2288
2289
# File 'sig/types.rbs', line 2287

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")


2285
2286
2287
# File 'sig/types.rbs', line 2285

def name
  @name
end

#overridden ⇒ Boolean

Returns the value of attribute overridden.

Returns:

  • (Boolean)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def overridden
  @overridden
end