You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AccessAnalyzer::Types::AnalyzedResourceSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the ARN of the analyzed resource.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the analyzed resource.

Returns:

  • (String)

    The ARN of the analyzed resource.

#resource_owner_accountString

The AWS account ID that owns the resource.

Returns:

  • (String)

    The AWS account ID that owns the resource.

#resource_typeString

The type of resource that was analyzed.

Possible values:

  • AWS::S3::Bucket
  • AWS::IAM::Role
  • AWS::SQS::Queue
  • AWS::Lambda::Function
  • AWS::Lambda::LayerVersion
  • AWS::KMS::Key

Returns:

  • (String)

    The type of resource that was analyzed.