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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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>)


4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4774

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)


4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4774

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