Class: Aws::AccessAnalyzer::Types::Location

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

A location in a policy that is represented as a path through the JSON representation and a corresponding span.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathArray<Types::PathElement>

A path in a policy, represented as a sequence of path elements.

Returns:



2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2806

class Location < Struct.new(
  :path,
  :span)
  SENSITIVE = []
  include Aws::Structure
end

#spanTypes::Span

A span in a policy.

Returns:



2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2806

class Location < Struct.new(
  :path,
  :span)
  SENSITIVE = []
  include Aws::Structure
end