Class: Aws::AccessAnalyzer::Types::GetAnalyzedResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-accessanalyzer/types.rb

Overview

The response to the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceTypes::AnalyzedResource

An ‘AnalyzedResource` object that contains information that IAM Access Analyzer found when it analyzed the resource.



1910
1911
1912
1913
1914
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1910

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