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

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

#filter_namesArray<String>

A list of filter names.

Returns:

  • (Array<String>)


4557
4558
4559
4560
4561
4562
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4557

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)


4557
4558
4559
4560
4561
4562
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4557

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