AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.PathElement

Namespace: Amazon.AccessAnalyzer.Model
Assembly: AWSSDK.AccessAnalyzer.dll
Version: 3.x.y.z

Syntax

C#
public class PathElement

The PathElement type exposes the following members

Constructors

NameDescription
Public Method PathElement()

Properties

NameTypeDescription
Public Property Index System.Int32

Gets and sets the property Index.

Refers to an index in a JSON array.

Public Property Key System.String

Gets and sets the property Key.

Refers to a key in a JSON object.

Public Property Substring Amazon.AccessAnalyzer.Model.Substring

Gets and sets the property Substring.

Refers to a substring of a literal string in a JSON object.

Public Property Value System.String

Gets and sets the property Value.

Refers to the value associated with a given key in a JSON object.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5