Class: Aws::Types::ClientStat

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_request_time::Time

Returns the value of attribute last_request_time.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def user_agent
  @user_agent
end