Class: Aws::AccessAnalyzer::Types::GetAnalyzedResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAnalyzedResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ Types::AnalyzedResource
An ‘AnalyzedResource` object that contains information that IAM Access Analyzer found when it analyzed the resource.
Instance Attribute Details
#resource ⇒ Types::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 |