Class: Aws::AccessAnalyzer::Types::UpdateAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UpdateAnalyzerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::AnalyzerConfiguration
Contains information about the configuration of an analyzer for an Amazon Web Services organization or account.
Instance Attribute Details
#configuration ⇒ Types::AnalyzerConfiguration
Contains information about the configuration of an analyzer for an Amazon Web Services organization or account.
4308 4309 4310 4311 4312 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4308 class UpdateAnalyzerResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |