Class: Aws::Types::SendQuota

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_24_hour_send::Float

Returns the value of attribute max_24_hour_send.

Returns:

  • (::Float)


673
674
675
# File 'sig/types.rbs', line 673

def max_24_hour_send
  @max_24_hour_send
end

#max_send_rate::Float

Returns the value of attribute max_send_rate.

Returns:

  • (::Float)


674
675
676
# File 'sig/types.rbs', line 674

def max_send_rate
  @max_send_rate
end

#sent_last_24_hours::Float

Returns the value of attribute sent_last_24_hours.

Returns:

  • (::Float)


675
676
677
# File 'sig/types.rbs', line 675

def sent_last_24_hours
  @sent_last_24_hours
end