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
show all
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

Instance Attribute Details

#finding_idsArray<String>

Returns:

  • (Array<String>)

#sort_criteriaTypes::SortCriteria

Specifies criteria for sorting the results of a request for findings.

Returns:

  • (Types::SortCriteria)

    Specifies criteria for sorting the results of a request for findings.

    .