Class: Aws::GuardDuty::Types::ListFiltersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListFiltersResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_names ⇒ Array<String>
A list of filter names.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#filter_names ⇒ Array<String>
A list of filter names.
4912 4913 4914 4915 4916 4917 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4912 class ListFiltersResponse < Struct.new( :filter_names, :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.
4912 4913 4914 4915 4916 4917 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4912 class ListFiltersResponse < Struct.new( :filter_names, :next_token) SENSITIVE = [] include Aws::Structure end |