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
- Struct
- Aws::GuardDuty::Types::GetIPSetResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#format ⇒ String
The format of the file that contains the IPSet.
-
#location ⇒ String
The URI of the file that contains the IPSet.
-
#name ⇒ String
The user-friendly name for the IPSet.
-
#status ⇒ String
The status of IPSet file that was uploaded.
-
#tags ⇒ Hash<String,String>
The tags of the IPSet resource.
Instance Attribute Details
#format ⇒ String
The format of the file that contains the IPSet.
Possible values:
- TXT
- STIX
- OTX_CSV
- ALIEN_VAULT
- PROOF_POINT
- FIRE_EYE
#location ⇒ String
The URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
#name ⇒ String
The user-friendly name for the IPSet.
#status ⇒ String
The status of IPSet file that was uploaded.
Possible values:
- INACTIVE
- ACTIVATING
- ACTIVE
- DEACTIVATING
- ERROR
- DELETE_PENDING
- DELETED
#tags ⇒ Hash<String,String>
The tags of the IPSet resource.