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:



2727
2728
2729
2730
2731
2732
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2727

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

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2727
2728
2729
2730
2731
2732
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2727

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