Class: Aws::AccessAnalyzer::Types::GetAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAnalyzerResponse
- 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
-
#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 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2022 class GetAnalyzerResponse < Struct.new( :analyzer) SENSITIVE = [] include Aws::Structure end |