Class: Aws::Types::BotStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def bot_name
  @bot_name
end

#percentage::Float

Returns the value of attribute percentage.

Returns:

  • (::Float)


118
119
120
# File 'sig/types.rbs', line 118

def percentage
  @percentage
end

#request_count::Integer

Returns the value of attribute request_count.

Returns:

  • (::Integer)


117
118
119
# File 'sig/types.rbs', line 117

def request_count
  @request_count
end