Class: Aws::Types::AccountLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max::Integer

Returns the value of attribute max.

Returns:

  • (::Integer)


26
27
28
# File 'sig/types.rbs', line 26

def max
  @max
end

#name"PHONE_NUMBERS", ...

Returns the value of attribute name.

Returns:

  • ("PHONE_NUMBERS", "POOLS", "CONFIGURATION_SETS", "OPT_OUT_LISTS", "SENDER_IDS", "REGISTRATIONS", "REGISTRATION_ATTACHMENTS", "VERIFIED_DESTINATION_NUMBERS")


24
25
26
# File 'sig/types.rbs', line 24

def name
  @name
end

#used::Integer

Returns the value of attribute used.

Returns:

  • (::Integer)


25
26
27
# File 'sig/types.rbs', line 25

def used
  @used
end