Class: Aws::GuardDuty::Types::ListIPSetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_set_idsArray<String>

The IDs of the IPSet resources.

Returns:

  • (Array<String>)


3648
3649
3650
3651
3652
3653
# File 'lib/aws-sdk-guardduty/types.rb', line 3648

class ListIPSetsResponse < Struct.new(
  :ip_set_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


3648
3649
3650
3651
3652
3653
# File 'lib/aws-sdk-guardduty/types.rb', line 3648

class ListIPSetsResponse < Struct.new(
  :ip_set_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end