Class: Aws::AccessAnalyzer::Types::CreateAnalyzerResponse

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

Instance Attribute Details

#arnString

The ARN of the analyzer that was created by the request.

Returns:

  • (String)


1112
1113
1114
1115
1116
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1112

class CreateAnalyzerResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end