Class: Aws::AccessAnalyzer::Types::AnalyzedResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::AnalyzedResourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains the ARN of the analyzed resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the analyzed resource.
-
#resource_owner_account ⇒ String
The Amazon Web Services account ID that owns the resource.
-
#resource_type ⇒ String
The type of resource that was analyzed.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the analyzed resource.
398 399 400 401 402 403 404 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 398 class AnalyzedResourceSummary < Struct.new( :resource_arn, :resource_owner_account, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_owner_account ⇒ String
The Amazon Web Services account ID that owns the resource.
398 399 400 401 402 403 404 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 398 class AnalyzedResourceSummary < Struct.new( :resource_arn, :resource_owner_account, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that was analyzed.
398 399 400 401 402 403 404 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 398 class AnalyzedResourceSummary < Struct.new( :resource_arn, :resource_owner_account, :resource_type) SENSITIVE = [] include Aws::Structure end |