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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


5029
5030
5031
5032
5033
5034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5029

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


5029
5030
5031
5032
5033
5034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5029

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