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)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def max_24_hour_send
  @max_24_hour_send
end

#max_send_rate::Float

Returns the value of attribute max_send_rate.

Returns:

  • (::Float)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def max_send_rate
  @max_send_rate
end

#sent_last_24_hours::Float

Returns the value of attribute sent_last_24_hours.

Returns:

  • (::Float)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def sent_last_24_hours
  @sent_last_24_hours
end