AttachedPermissionsBoundary
public struct AttachedPermissionsBoundary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the policy used to set the permissions boundary for the user or role.
Declaration
Swift
public let permissionsBoundaryArn: String?
-
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.
Declaration
Swift
public let permissionsBoundaryType: PermissionsBoundaryAttachmentType?
-
Undocumented
Declaration
Swift
public init(permissionsBoundaryArn: String? = nil, permissionsBoundaryType: PermissionsBoundaryAttachmentType? = nil)