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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/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.



1826
1827
1828
1829
1830
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1826

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