class
Amazonite::Iam::Position
- Amazonite::Iam::Position
- Reference
- Object
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](https://docs.aws.amazon.com/IAM/latest/APIReference/API_Statement.html) type.
Defined in:
iam/position.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#column : Int32 | Nil
The column in the line containing the specified position in the document.
-
#column=(column : Int32 | Nil)
The column in the line containing the specified position in the document.
-
#hash(hasher)
See
Object#hash(hasher) -
#line : Int32 | Nil
The line containing the specified position in the document.
-
#line=(line : Int32 | Nil)
The line containing the specified position in the document.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The column in the line containing the specified position in the document.
The column in the line containing the specified position in the document.