EntityInfo
public struct EntityInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let arn: String -
The identifier of the entity (user or role).
Declaration
Swift
public let id: String -
The name of the entity (user or role).
Declaration
Swift
public let name: String -
The path to the entity (user or role). For more information about paths, see IAM Identifiers in the IAM User Guide.
Declaration
Swift
public let path: String? -
The type of entity (user or role).
Declaration
Swift
public let type: PolicyOwnerEntityType -
Undocumented
Declaration
Swift
public init(arn: String, id: String, name: String, path: String? = nil, type: PolicyOwnerEntityType)
View on GitHub
EntityInfo Structure Reference