AllowedPrincipal
public struct AllowedPrincipal : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the principal.
Declaration
Swift
public let principal: String?
-
The type of principal.
Declaration
Swift
public let principalType: PrincipalType?
-
Undocumented
Declaration
Swift
public init(principal: String? = nil, principalType: PrincipalType? = nil)