Class: Aws::GuardDuty::Types::ListIPSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListIPSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_set_ids ⇒ Array<String>
The IDs of the IPSet resources.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#ip_set_ids ⇒ Array<String>
The IDs of the IPSet resources.
5367 5368 5369 5370 5371 5372 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5367 class ListIPSetsResponse < Struct.new( :ip_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
5367 5368 5369 5370 5371 5372 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5367 class ListIPSetsResponse < Struct.new( :ip_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |