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

Class: Aws::GuardDuty::Types::GetIPSetResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the file that contains the IPSet.

Possible values:

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

Returns:

  • (String)

    The format of the file that contains the IPSet.

#locationString

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

Returns:

  • (String)

    The URI of the file that contains the IPSet.

#nameString

The user-friendly name for the IPSet.

Returns:

  • (String)

    The user-friendly name for the IPSet.

#statusString

The status of IPSet file that was uploaded.

Possible values:

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

Returns:

  • (String)

    The status of IPSet file that was uploaded.

#tagsHash<String,String>

The tags of the IPSet resource.

Returns:

  • (Hash<String,String>)

    The tags of the IPSet resource.