class Amazonite::Sts::FederatedUser

Overview

Identifiers for the federated user that is associated with the credentials.

Defined in:

sts/federated_user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(federated_user_id : String, arn : String) #

[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 #

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.


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

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.


[View source]
def federated_user_id : String #

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.


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

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.


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

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]