You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::GetFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetFindingsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetFindingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
finding_ids: ["__string"], # required
sort_criteria: {
attribute_name: "__string",
order_by: "ASC", # accepts ASC, DESC
},
}
Specifies one or more findings to retrieve.
Instance Attribute Summary collapse
-
#finding_ids ⇒ Array<String>
-
#sort_criteria ⇒ Types::SortCriteria
Specifies criteria for sorting the results of a request for findings.
.
Instance Attribute Details
#finding_ids ⇒ Array<String>
#sort_criteria ⇒ Types::SortCriteria
Specifies criteria for sorting the results of a request for findings.