Initiator
public struct Initiator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the Principal.
Declaration
Swift
public let displayName: String?
-
If the principal is an AWS account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(displayName: String? = nil, id: String? = nil)