Class: Aws::EKS::Types::ClientStat
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ClientStat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Details about clients using the deprecated resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_request_time ⇒ Time
The timestamp of the last request seen from the Kubernetes client.
-
#number_of_requests_last_30_days ⇒ Integer
The number of requests from the Kubernetes client seen over the last 30 days.
-
#user_agent ⇒ String
The user agent of the Kubernetes client using the deprecated resource.
Instance Attribute Details
#last_request_time ⇒ Time
The timestamp of the last request seen from the Kubernetes client.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-eks/types.rb', line 741 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_days ⇒ Integer
The number of requests from the Kubernetes client seen over the last 30 days.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-eks/types.rb', line 741 class ClientStat < Struct.new( :user_agent, :number_of_requests_last_30_days, :last_request_time) SENSITIVE = [] include Aws::Structure end |
#user_agent ⇒ String
The user agent of the Kubernetes client using the deprecated resource.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-eks/types.rb', line 741 class ClientStat < Struct.new( :user_agent, :number_of_requests_last_30_days, :last_request_time) SENSITIVE = [] include Aws::Structure end |