Class: Aws::GuardDuty::Types::ListThreatIntelSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListThreatIntelSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
-
#threat_intel_set_ids ⇒ Array<String>
The IDs of the ThreatIntelSet resources.
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
5931 5932 5933 5934 5935 5936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5931 class ListThreatIntelSetsResponse < Struct.new( :threat_intel_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#threat_intel_set_ids ⇒ Array<String>
The IDs of the ThreatIntelSet resources.
5931 5932 5933 5934 5935 5936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5931 class ListThreatIntelSetsResponse < Struct.new( :threat_intel_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |