Class: Aws::Types::ClientStat
- Inherits:
-
Object
- Object
- Aws::Types::ClientStat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_request_time ⇒ ::Time
Returns the value of attribute last_request_time.
-
#number_of_requests_last_30_days ⇒ ::Integer
Returns the value of attribute number_of_requests_last_30_days.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
Instance Attribute Details
#last_request_time ⇒ ::Time
Returns the value of attribute last_request_time.
327 328 329 |
# File 'sig/types.rbs', line 327 def last_request_time @last_request_time end |
#number_of_requests_last_30_days ⇒ ::Integer
Returns the value of attribute number_of_requests_last_30_days.
326 327 328 |
# File 'sig/types.rbs', line 326 def number_of_requests_last_30_days @number_of_requests_last_30_days end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
325 326 327 |
# File 'sig/types.rbs', line 325 def user_agent @user_agent end |