Class: Aws::GuardDuty::Types::KubernetesApiCallAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the Kubernetes API call action described in this finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parametersString

Parameters related to the Kubernetes API call action.

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-guardduty/types.rb', line 3661

class KubernetesApiCallAction < Struct.new(
  :request_uri,
  :verb,
  :source_ips,
  :user_agent,
  :remote_ip_details,
  :status_code,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#remote_ip_detailsTypes::RemoteIpDetails

Contains information about the remote IP address of the connection.



3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-guardduty/types.rb', line 3661

class KubernetesApiCallAction < Struct.new(
  :request_uri,
  :verb,
  :source_ips,
  :user_agent,
  :remote_ip_details,
  :status_code,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#request_uriString

The Kubernetes API request URI.

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-guardduty/types.rb', line 3661

class KubernetesApiCallAction < Struct.new(
  :request_uri,
  :verb,
  :source_ips,
  :user_agent,
  :remote_ip_details,
  :status_code,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#source_ipsArray<String>

The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the API endpoint.

Returns:

  • (Array<String>)


3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-guardduty/types.rb', line 3661

class KubernetesApiCallAction < Struct.new(
  :request_uri,
  :verb,
  :source_ips,
  :user_agent,
  :remote_ip_details,
  :status_code,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

The resulting HTTP response code of the Kubernetes API call action.

Returns:

  • (Integer)


3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-guardduty/types.rb', line 3661

class KubernetesApiCallAction < Struct.new(
  :request_uri,
  :verb,
  :source_ips,
  :user_agent,
  :remote_ip_details,
  :status_code,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#user_agentString

The user agent of the caller of the Kubernetes API.

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-guardduty/types.rb', line 3661

class KubernetesApiCallAction < Struct.new(
  :request_uri,
  :verb,
  :source_ips,
  :user_agent,
  :remote_ip_details,
  :status_code,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#verbString

The Kubernetes API request HTTP verb.

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-guardduty/types.rb', line 3661

class KubernetesApiCallAction < Struct.new(
  :request_uri,
  :verb,
  :source_ips,
  :user_agent,
  :remote_ip_details,
  :status_code,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end