Class: Aws::GuardDuty::Types::Action

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

Overview

Contains information about actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

The GuardDuty finding activity type.

Returns:

  • (String)


249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#aws_api_call_actionTypes::AwsApiCallAction

Information about the AWS_API_CALL action described in this finding.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#dns_request_actionTypes::DnsRequestAction

Information about the DNS_REQUEST action described in this finding.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_api_call_actionTypes::KubernetesApiCallAction

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



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_permission_checked_detailsTypes::KubernetesPermissionCheckedDetails

Information whether the user has the permission to use a specific Kubernetes API.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_role_binding_detailsTypes::KubernetesRoleBindingDetails

Information about the role binding that grants the permission defined in a Kubernetes role.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_role_detailsTypes::KubernetesRoleDetails

Information about the Kubernetes role name and role type.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#network_connection_actionTypes::NetworkConnectionAction

Information about the NETWORK_CONNECTION action described in this finding.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#port_probe_actionTypes::PortProbeAction

Information about the PORT_PROBE action described in this finding.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end

#rds_login_attempt_actionTypes::RdsLoginAttemptAction

Information about RDS_LOGIN_ATTEMPT action described in this finding.



249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 249

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action,
  :kubernetes_api_call_action,
  :rds_login_attempt_action,
  :kubernetes_permission_checked_details,
  :kubernetes_role_binding_details,
  :kubernetes_role_details)
  SENSITIVE = []
  include Aws::Structure
end