Class: Aws::GuardDuty::Types::ListFiltersResponse

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

#filter_namesArray<String>

A list of filter names.

Returns:

  • (Array<String>)


4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-guardduty/types.rb', line 4565

class ListFiltersResponse < Struct.new(
  :filter_names,
  :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)


4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-guardduty/types.rb', line 4565

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