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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def user_agent
  @user_agent
end