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 span in a policy. The span consists of a start position (inclusive) and end position (exclusive).

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.Span

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

Syntax

C#
public class Span

The Span type exposes the following members

Constructors

NameDescription
Public Method Span()

Properties

NameTypeDescription
Public Property End Amazon.AccessAnalyzer.Model.Position

Gets and sets the property End.

The end position of the span (exclusive).

Public Property Start Amazon.AccessAnalyzer.Model.Position

Gets and sets the property Start.

The start position of the span (inclusive).

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