Class: Aws::AccessAnalyzer::Types::CreateAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CreateAnalyzerResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/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.
1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1142 class CreateAnalyzerResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |