Class: Aws::Macie2::Types::SearchResourcesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides the results of a query that retrieved statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matching_resourcesArray<Types::MatchingResource>

Returns:



5578
5579
5580
5581
5582
5583
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5578

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

#next_tokenString

Returns:

  • (String)


5578
5579
5580
5581
5582
5583
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5578

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