You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::Position

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 Statement type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#columnInteger

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

Returns:

  • (Integer)

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

#lineInteger

The line containing the specified position in the document.

Returns:

  • (Integer)

    The line containing the specified position in the document.