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.
1924 1925 1926 1927 1928 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1924 class GetAnalyzerRequest < Struct.new( :analyzer_name) SENSITIVE = [] include Aws::Structure end |