Class: Aws::AccessAnalyzer::Types::GetAnalyzedResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAnalyzedResourceRequest
- Includes:
- Structure
- Defined in:
- 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] 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.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
1894 1895 1896 1897 1898 1899 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1894 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.
1894 1895 1896 1897 1898 1899 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1894 class GetAnalyzedResourceRequest < Struct.new( :analyzer_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |