Class: Aws::AccessAnalyzer::Types::ListAccessPreviewFindingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::AccessPreviewFinding>

A list of access preview findings that match the specified filter criteria.

Returns:



2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2422

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

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2422

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