Class: Aws::Types::JourneyLimits

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)


2101
2102
2103
# File 'sig/types.rbs', line 2101

def daily_cap
  @daily_cap
end

#endpoint_reentry_cap::Integer

Returns the value of attribute endpoint_reentry_cap.

Returns:

  • (::Integer)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def endpoint_reentry_cap
  @endpoint_reentry_cap
end

#endpoint_reentry_interval::String

Returns the value of attribute endpoint_reentry_interval.

Returns:

  • (::String)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def endpoint_reentry_interval
  @endpoint_reentry_interval
end

#messages_per_second::Integer

Returns the value of attribute messages_per_second.

Returns:

  • (::Integer)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def messages_per_second
  @messages_per_second
end

#timeframe_capTypes::JourneyTimeframeCap

Returns the value of attribute timeframe_cap.



2105
2106
2107
# File 'sig/types.rbs', line 2105

def timeframe_cap
  @timeframe_cap
end

#total_cap::Integer

Returns the value of attribute total_cap.

Returns:

  • (::Integer)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def total_cap
  @total_cap
end