Class: Aws::EKS::Types::ClientStat

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Details about clients using the deprecated resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_request_timeTime

The timestamp of the last request seen from the Kubernetes client.

Returns:

  • (Time)


673
674
675
676
677
678
679
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 673

class ClientStat < Struct.new(
  :user_agent,
  :number_of_requests_last_30_days,
  :last_request_time)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_requests_last_30_daysInteger

The number of requests from the Kubernetes client seen over the last 30 days.

Returns:

  • (Integer)


673
674
675
676
677
678
679
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 673

class ClientStat < Struct.new(
  :user_agent,
  :number_of_requests_last_30_days,
  :last_request_time)
  SENSITIVE = []
  include Aws::Structure
end

#user_agentString

The user agent of the Kubernetes client using the deprecated resource.

Returns:

  • (String)


673
674
675
676
677
678
679
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 673

class ClientStat < Struct.new(
  :user_agent,
  :number_of_requests_last_30_days,
  :last_request_time)
  SENSITIVE = []
  include Aws::Structure
end