Principal
public struct Principal : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the resource.
Declaration
Swift
public let id: String?
-
The permission information for the resource.
Declaration
Swift
public let roles: [PermissionInfo]?
-
The type of resource.
Declaration
Swift
public let type: PrincipalType?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, roles: [PermissionInfo]? = nil, type: PrincipalType? = nil)