Class: Aws::GuardDuty::Types::DnsRequestAction

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

Overview

Contains information about the DNS_REQUEST action described in this finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Indicates whether the targeted port is blocked.

Returns:

  • (Boolean)


3026
3027
3028
3029
3030
3031
3032
3033
3034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked,
  :domain_with_suffix,
  :vpc_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain information for the DNS query.

Returns:

  • (String)


3026
3027
3028
3029
3030
3031
3032
3033
3034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked,
  :domain_with_suffix,
  :vpc_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#domain_with_suffixString

The second and top level domain involved in the activity that potentially prompted GuardDuty to generate this finding. For a list of top-level and second-level domains, see public suffix list.

Returns:

  • (String)


3026
3027
3028
3029
3030
3031
3032
3033
3034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked,
  :domain_with_suffix,
  :vpc_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.

Returns:

  • (String)


3026
3027
3028
3029
3030
3031
3032
3033
3034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked,
  :domain_with_suffix,
  :vpc_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_owner_account_idString

The Amazon Web Services account ID that owns the VPC through which the DNS request was made.

Returns:

  • (String)


3026
3027
3028
3029
3030
3031
3032
3033
3034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked,
  :domain_with_suffix,
  :vpc_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end