Class: Aws::Types::ApplicationSettingsJourneyLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#daily_cap::Integer

Returns the value of attribute daily_cap.

Returns:

  • (::Integer)


279
280
281
# File 'sig/types.rbs', line 279

def daily_cap
  @daily_cap
end

#timeframe_capTypes::JourneyTimeframeCap

Returns the value of attribute timeframe_cap.



280
281
282
# File 'sig/types.rbs', line 280

def timeframe_cap
  @timeframe_cap
end

#total_cap::Integer

Returns the value of attribute total_cap.

Returns:

  • (::Integer)


281
282
283
# File 'sig/types.rbs', line 281

def total_cap
  @total_cap
end