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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the threatIntelSet.

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
3646
3647
3648
# File 'lib/aws-sdk-guardduty/types.rb', line 3640

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The URI of the file that contains the ThreatIntelSet.

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
3646
3647
3648
# File 'lib/aws-sdk-guardduty/types.rb', line 3640

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3640
3641
3642
3643
3644
3645
3646
3647
3648
# File 'lib/aws-sdk-guardduty/types.rb', line 3640

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of threatIntelSet file uploaded.

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
3646
3647
3648
# File 'lib/aws-sdk-guardduty/types.rb', line 3640

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the threat list resource.

Returns:

  • (Hash<String,String>)


3640
3641
3642
3643
3644
3645
3646
3647
3648
# File 'lib/aws-sdk-guardduty/types.rb', line 3640

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end