Class: Aws::AccessAnalyzer::Types::GetAnalyzerRequest

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

Overview

Retrieves an analyzer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the analyzer retrieved.

Returns:

  • (String)


1840
1841
1842
1843
1844
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1840

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