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.
5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5690 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.
5690 5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5690 class ListThreatIntelSetsResponse < Struct.new( :threat_intel_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |