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

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

#analyzerTypes::AnalyzerSummary

An AnalyzerSummary object that contains information about the analyzer.



1855
1856
1857
1858
1859
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1855

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