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.



1993
1994
1995
1996
1997
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1993

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