class Amazonite::Iam::AcquireRoleRequest

Defined in:

iam/acquire_role_request.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 | Nil = nil, replacement_values : Hash(String, ReplacementValueEntry) | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def replacement_values : Hash(String, ReplacementValueEntry) | Nil #

A map of values to substitute for the parameters that are defined in the role template version. Each key is a parameter name from the template, and each value is a structure that contains the replacement values for that parameter.


[View source]
def replacement_values=(replacement_values : Hash(String, ReplacementValueEntry) | Nil) #

A map of values to substitute for the parameters that are defined in the role template version. Each key is a parameter name from the template, and each value is a structure that contains the replacement values for that parameter.


[View source]
def template_arn : String #

The Amazon Resource Name (ARN) of the role template to create the role from.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.


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

The Amazon Resource Name (ARN) of the role template to create the role from.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.


[View source]
def template_minor_version : Int32 | Nil #

The minor version of the role template to use. If you do not specify a minor version, the service uses the template's default minor version.


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

The minor version of the role template to use. If you do not specify a minor version, the service uses the template's default minor version.


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

[View source]
def validate! : Nil #

[View source]