Class: Aws::AccessAnalyzer::Types::CreateAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CreateAnalyzerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request to create an analyzer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the analyzer that was created by the request.
Instance Attribute Details
#arn ⇒ String
The ARN of the analyzer that was created by the request.
1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1112 class CreateAnalyzerResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |