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

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

Overview

GetIPSet response object.

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the file that contains the IPSet.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-guardduty/types.rb', line 1343

class GetIPSetResponse < Struct.new(
  :format,
  :location,
  :name,
  :status)
  include Aws::Structure
end

#locationString

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

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-guardduty/types.rb', line 1343

class GetIPSetResponse < Struct.new(
  :format,
  :location,
  :name,
  :status)
  include Aws::Structure
end

#nameString

The user friendly name to identify the IPSet. This name is displayed in all findings that are triggered by activity that involves IP addresses included in this IPSet.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-guardduty/types.rb', line 1343

class GetIPSetResponse < Struct.new(
  :format,
  :location,
  :name,
  :status)
  include Aws::Structure
end

#statusString

The status of ipSet file uploaded.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-guardduty/types.rb', line 1343

class GetIPSetResponse < Struct.new(
  :format,
  :location,
  :name,
  :status)
  include Aws::Structure
end