Class: Aws::GuardDuty::Types::ListIPSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListIPSetsResponse
- Defined in:
- gems/aws-sdk-guardduty/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.
5123 5124 5125 5126 5127 5128 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5123 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.
5123 5124 5125 5126 5127 5128 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5123 class ListIPSetsResponse < Struct.new( :ip_set_ids, :next_token) SENSITIVE = [] include Aws::Structure end |