Class: Aws::Types::CommunicationLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frequency::Integer

Returns the value of attribute frequency.

Returns:

  • (::Integer)


104
105
106
# File 'sig/types.rbs', line 104

def frequency
  @frequency
end

#max_count_per_recipient::Integer

Returns the value of attribute max_count_per_recipient.

Returns:

  • (::Integer)


103
104
105
# File 'sig/types.rbs', line 103

def max_count_per_recipient
  @max_count_per_recipient
end

#unit"DAY"

Returns the value of attribute unit.

Returns:

  • ("DAY")


105
106
107
# File 'sig/types.rbs', line 105

def unit
  @unit
end