Class: Aws::AccessAnalyzer::Types::GetAnalyzedResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAnalyzedResourceRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Retrieves an analyzed resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] to retrieve information from.
-
#resource_arn ⇒ String
The ARN of the resource to retrieve information about.
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer to retrieve information from.
1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1977 class GetAnalyzedResourceRequest < Struct.new( :analyzer_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource to retrieve information about.
1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1977 class GetAnalyzedResourceRequest < Struct.new( :analyzer_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |