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.
385 386 387 |
# File 'sig/types.rbs', line 385 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.
384 385 386 |
# File 'sig/types.rbs', line 384 def number_of_requests_last_30_days @number_of_requests_last_30_days end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
383 384 385 |
# File 'sig/types.rbs', line 383 def user_agent @user_agent end |