Class: Aws::Types::BotStatistics
- Inherits:
-
Object
- Object
- Aws::Types::BotStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#percentage ⇒ ::Float
Returns the value of attribute percentage.
-
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
116 117 118 |
# File 'sig/types.rbs', line 116 def bot_name @bot_name end |
#percentage ⇒ ::Float
Returns the value of attribute percentage.
118 119 120 |
# File 'sig/types.rbs', line 118 def percentage @percentage end |
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
117 118 119 |
# File 'sig/types.rbs', line 117 def request_count @request_count end |