class Amazonite::Iam::SourceRoleTemplate

Overview

Contains information about the role template that a role was created from.

Defined in:

iam/source_role_template.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(template_arn : String, template_minor_version : Int32) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def template_arn : String #

The Amazon Resource Name (ARN) of the role template that the role was created from.


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

The Amazon Resource Name (ARN) of the role template that the role was created from.


[View source]
def template_minor_version : Int32 #

The minor version of the role template that was used to create the role.


[View source]
def template_minor_version=(template_minor_version : Int32) #

The minor version of the role template that was used to create the role.


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

[View source]
def validate! : Nil #

[View source]