Class: Aws::AccessAnalyzer::Types::GetAnalyzerResponse

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

Overview

The response to the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzerTypes::AnalyzerSummary

An ‘AnalyzerSummary` object that contains information about the analyzer.



2022
2023
2024
2025
2026
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2022

class GetAnalyzerResponse < Struct.new(
  :analyzer)
  SENSITIVE = []
  include Aws::Structure
end