Class: Aws::GuardDuty::Types::ListThreatIntelSetsResponse

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

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


5037
5038
5039
5040
5041
5042
# File 'lib/aws-sdk-guardduty/types.rb', line 5037

class ListThreatIntelSetsResponse < Struct.new(
  :threat_intel_set_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#threat_intel_set_idsArray<String>

The IDs of the ThreatIntelSet resources.

Returns:

  • (Array<String>)


5037
5038
5039
5040
5041
5042
# File 'lib/aws-sdk-guardduty/types.rb', line 5037

class ListThreatIntelSetsResponse < Struct.new(
  :threat_intel_set_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end