class Aws::AccessAnalyzer::Types::PathElement

A single element in a path through the JSON representation of a policy.

@note PathElement is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of PathElement corresponding to the set member.

@!attribute [rw] index

Refers to an index in a JSON array.
@return [Integer]

@!attribute [rw] key

Refers to a key in a JSON object.
@return [String]

@!attribute [rw] substring

Refers to a substring of a literal string in a JSON object.
@return [Types::Substring]

@!attribute [rw] value

Refers to the value associated with a given key in a JSON object.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/PathElement AWS API Documentation

Constants

SENSITIVE