Class: Aws::AccessAnalyzer::Types::ListAnalyzersResponse

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

Overview

The response to the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzersArray<Types::AnalyzerSummary>

The analyzers retrieved.

Returns:



2561
2562
2563
2564
2565
2566
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2561

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

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2561

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