class Amazonite::Iam::EntityInfo

Overview

Contains details about the specified entity (user or role).

This data type is an element of the EntityDetails object.

Defined in:

iam/entity_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(arn : String, name : String, type : PolicyOwnerEntityType, id : String, path : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def arn : String #

[View source]
def arn=(arn : String) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def id : String #

The identifier of the entity (user or role).


[View source]
def id=(id : String) #

The identifier of the entity (user or role).


[View source]
def name : String #

The name of the entity (user or role).


[View source]
def name=(name : String) #

The name of the entity (user or role).


[View source]
def path : String | Nil #

The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.


[View source]
def path=(path : String | Nil) #

The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]

The type of entity (user or role).


[View source]
def type=(type : PolicyOwnerEntityType) #

The type of entity (user or role).


[View source]
def validate! : Nil #

[View source]