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

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 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)


985
986
987
988
989
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 985

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