Class: Aws::Types::QuotaSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def limit
  @limit
end

#offset::Integer

Returns the value of attribute offset.

Returns:

  • (::Integer)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def offset
  @offset
end

#period"DAY", ...

Returns the value of attribute period.

Returns:

  • ("DAY", "WEEK", "MONTH")


1127
1128
1129
# File 'sig/types.rbs', line 1127

def period
  @period
end