Class: Aws::AccessAnalyzer::Types::UpdateAnalyzerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the analyzer to modify.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4294

class UpdateAnalyzerRequest < Struct.new(
  :analyzer_name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::AnalyzerConfiguration

Contains information about the configuration of an analyzer for an Amazon Web Services organization or account.



4294
4295
4296
4297
4298
4299
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4294

class UpdateAnalyzerRequest < Struct.new(
  :analyzer_name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end