Class: Aws::AccessAnalyzer::Types::GetAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAnalyzerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer ⇒ Types::AnalyzerSummary
An ‘AnalyzerSummary` object that contains information about the analyzer.
Instance Attribute Details
#analyzer ⇒ Types::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 |