Class: Aws::AccessAnalyzer::Types::GetAnalyzerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAnalyzerRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Retrieves an analyzer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_name ⇒ String
The name of the analyzer retrieved.
Instance Attribute Details
#analyzer_name ⇒ String
The name of the analyzer retrieved.
2007 2008 2009 2010 2011 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2007 class GetAnalyzerRequest < Struct.new( :analyzer_name) SENSITIVE = [] include Aws::Structure end |