Class: Aws::GuardDuty::Types::ListThreatEntitySetsResponse

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)


9331
9332
9333
9334
9335
9336
# File 'lib/aws-sdk-guardduty/types.rb', line 9331

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

#threat_entity_set_idsArray<String>

The IDs of the threat entity set resources.

Returns:

  • (Array<String>)


9331
9332
9333
9334
9335
9336
# File 'lib/aws-sdk-guardduty/types.rb', line 9331

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