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

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

Overview

GetThreatIntelSet response object

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the threatIntelSet.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-guardduty/types.rb', line 1490

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

#locationString

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

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-guardduty/types.rb', line 1490

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

#nameString

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

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-guardduty/types.rb', line 1490

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

#statusString

The status of threatIntelSet file uploaded.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-guardduty/types.rb', line 1490

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