Class: Aws::Macie2::Types::ListFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListFindingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides the results of a request for information about one or more findings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#finding_ids ⇒ Array<String>
4256 4257 4258 4259 4260 4261 |
# File 'lib/aws-sdk-macie2/types.rb', line 4256 class ListFindingsResponse < Struct.new( :finding_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4256 4257 4258 4259 4260 4261 |
# File 'lib/aws-sdk-macie2/types.rb', line 4256 class ListFindingsResponse < Struct.new( :finding_ids, :next_token) SENSITIVE = [] include Aws::Structure end |