Class: Aws::Types::CampaignLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#daily::Integer

Returns the value of attribute daily.

Returns:

  • (::Integer)


412
413
414
# File 'sig/types.rbs', line 412

def daily
  @daily
end

#maximum_duration::Integer

Returns the value of attribute maximum_duration.

Returns:

  • (::Integer)


413
414
415
# File 'sig/types.rbs', line 413

def maximum_duration
  @maximum_duration
end

#messages_per_second::Integer

Returns the value of attribute messages_per_second.

Returns:

  • (::Integer)


414
415
416
# File 'sig/types.rbs', line 414

def messages_per_second
  @messages_per_second
end

#session::Integer

Returns the value of attribute session.

Returns:

  • (::Integer)


416
417
418
# File 'sig/types.rbs', line 416

def session
  @session
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


415
416
417
# File 'sig/types.rbs', line 415

def total
  @total
end