Class: Aws::AccessAnalyzer::Types::CreateServiceLinkedAnalyzerResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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.

Returns:

  • (String)


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