class Amazonite::Iam::DelegationPermission

Overview

Contains information about the permissions being delegated in a delegation request.

Defined in:

iam/delegation_permission.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(policy_template_arn : String | Nil = nil, parameters : Array(PolicyParameter) | 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 parameters : Array(PolicyParameter) | Nil #

A list of policy parameters that define the scope and constraints of the delegated permissions.


[View source]
def parameters=(parameters : Array(PolicyParameter) | Nil) #

A list of policy parameters that define the scope and constraints of the delegated permissions.


[View source]
def policy_template_arn : String | Nil #

This ARN maps to a pre-registered policy content for this partner. See the partner onboarding documentation to understand how to create a delegation template.


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

This ARN maps to a pre-registered policy content for this partner. See the partner onboarding documentation to understand how to create a delegation template.


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

[View source]
def validate! : Nil #

[View source]