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.
1047 1048 1049 1050 1051 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1047 class CreateAnalyzerResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |