You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::GetThreatIntelSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the threatIntelSet.

Possible values:

  • TXT
  • STIX
  • OTX_CSV
  • ALIEN_VAULT
  • PROOF_POINT
  • FIRE_EYE

Returns:

  • (String)

    The format of the threatIntelSet.

#locationString

The URI of the file that contains the ThreatIntelSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.

Returns:

  • (String)

    The URI of the file that contains the ThreatIntelSet.

#nameString

A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.

Returns:

  • (String)

    A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.

#statusString

The status of threatIntelSet file uploaded.

Possible values:

  • INACTIVE
  • ACTIVATING
  • ACTIVE
  • DEACTIVATING
  • ERROR
  • DELETE_PENDING
  • DELETED

Returns:

  • (String)

    The status of threatIntelSet file uploaded.

#tagsHash<String,String>

The tags of the threat list resource.

Returns:

  • (Hash<String,String>)

    The tags of the threat list resource.