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

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

Overview

ListThreatIntelSets response object.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.

Returns:

  • (String)


2051
2052
2053
2054
2055
# File 'lib/aws-sdk-guardduty/types.rb', line 2051

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

#threat_intel_set_idsArray<String>

The list of the threat intel set IDs

Returns:

  • (Array<String>)


2051
2052
2053
2054
2055
# File 'lib/aws-sdk-guardduty/types.rb', line 2051

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