Class: Aws::AccessAnalyzer::Types::GetAnalyzedResourceRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#analyzer_arnString

The ARN of the analyzer to retrieve information from.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1810

class GetAnalyzedResourceRequest < Struct.new(
  :analyzer_arn,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource to retrieve information about.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1810

class GetAnalyzedResourceRequest < Struct.new(
  :analyzer_arn,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end