Position

class Position

Contains the row and column of a location of a Statement element in a policy document.

This data type is used as a member of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_Statement.html">Statement</a> type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val column: Int

The column in the line containing the specified position in the document.

Link copied to clipboard
val line: Int

The line containing the specified position in the document.

Functions

Link copied to clipboard
inline fun copy(block: Position.Builder.() -> Unit = {}): Position
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String