Class: Aws::GuardDuty::Types::ListThreatEntitySetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListThreatEntitySetsResponse
- Defined in:
- gems/aws-sdk-guardduty/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_entity_set_ids ⇒ Array<String>
The IDs of the threat entity set resources.
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
8703 8704 8705 8706 8707 8708 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8703 class ListThreatEntitySetsResponse < Struct.new( :threat_entity_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#threat_entity_set_ids ⇒ Array<String>
The IDs of the threat entity set resources.
8703 8704 8705 8706 8707 8708 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8703 class ListThreatEntitySetsResponse < Struct.new( :threat_entity_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |