Class: Aws::AccessAnalyzer::Types::CreateServiceLinkedAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CreateServiceLinkedAnalyzerResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request to create a service-linked analyzer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the service-linked analyzer that was created by the request.
Instance Attribute Details
#arn ⇒ String
The ARN of the service-linked analyzer that was created by the
request. The analyzer name follows the format
_AccessAnalyzerFor{ServiceName}-{Id} where Id is a randomly
generated identifier.
1227 1228 1229 1230 1231 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1227 class CreateServiceLinkedAnalyzerResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |