You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::AttachedPermissionsBoundary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#permissions_boundary_arnString

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

Returns:

  • (String)

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

#permissions_boundary_typeString

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.

Possible values:

  • PermissionsBoundaryPolicy

Returns:

  • (String)

    The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.