Class: Aws::Types::PathStatistics
- Inherits:
-
Object
- Object
- Aws::Types::PathStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#percentage ⇒ ::Float
Returns the value of attribute percentage.
-
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
-
#source ⇒ Types::FilterSource
Returns the value of attribute source.
-
#top_bots ⇒ ::Array[Types::BotStatistics]
Returns the value of attribute top_bots.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def path @path end |
#percentage ⇒ ::Float
Returns the value of attribute percentage.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def percentage @percentage end |
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def request_count @request_count end |
#source ⇒ Types::FilterSource
Returns the value of attribute source.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def source @source end |
#top_bots ⇒ ::Array[Types::BotStatistics]
Returns the value of attribute top_bots.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def top_bots @top_bots end |