Class: Aws::Types::MessagingLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#daily_message_caps ⇒ ::Hash[::String, ::Integer]

Returns the value of attribute daily_message_caps.

Returns:

  • (::Hash[::String, ::Integer])


1250
1251
1252
# File 'sig/types.rbs', line 1250

def daily_message_caps
  @daily_message_caps
end

#rate_limits ⇒ ::Hash[::String, ::Integer]

Returns the value of attribute rate_limits.

Returns:

  • (::Hash[::String, ::Integer])


1249
1250
1251
# File 'sig/types.rbs', line 1249

def rate_limits
  @rate_limits
end