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

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

Overview

Information about the activity described in a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

GuardDuty Finding activity type.

Returns:

  • (String)


129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-guardduty/types.rb', line 129

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action)
  include Aws::Structure
end

#aws_api_call_actionTypes::AwsApiCallAction

Information about the AWS_API_CALL action described in this finding.



129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-guardduty/types.rb', line 129

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action)
  include Aws::Structure
end

#dns_request_actionTypes::DnsRequestAction

Information about the DNS_REQUEST action described in this finding.



129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-guardduty/types.rb', line 129

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action)
  include Aws::Structure
end

#network_connection_actionTypes::NetworkConnectionAction

Information about the NETWORK_CONNECTION action described in this finding.



129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-guardduty/types.rb', line 129

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action)
  include Aws::Structure
end

#port_probe_actionTypes::PortProbeAction

Information about the PORT_PROBE action described in this finding.



129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-guardduty/types.rb', line 129

class Action < Struct.new(
  :action_type,
  :aws_api_call_action,
  :dns_request_action,
  :network_connection_action,
  :port_probe_action)
  include Aws::Structure
end