ListThingPrincipalsResponse
public struct ListThingPrincipalsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The principals associated with the thing.
Declaration
Swift
public let principals: [String]?
-
Undocumented
Declaration
Swift
public init(principals: [String]? = nil)