class Amazonite::Iam::AttachedPermissionsBoundary

Overview

Contains information about an attached permissions boundary.

An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.

For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.

Defined in:

iam/attached_permissions_boundary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(permissions_boundary_type : PermissionsBoundaryAttachmentType | Nil = nil, permissions_boundary_arn : 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def permissions_boundary_arn : String | Nil #

The ARN of the policy used to set the permissions boundary for the user or role.


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

The ARN of the policy used to set the permissions boundary for the user or role.


[View source]
def permissions_boundary_type : PermissionsBoundaryAttachmentType | Nil #

The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of Policy.


[View source]
def permissions_boundary_type=(permissions_boundary_type : PermissionsBoundaryAttachmentType | Nil) #

The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of Policy.


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

[View source]
def validate! : Nil #

[View source]