Owner
public struct Owner : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Container for the display name of the owner.
Declaration
Swift
public let displayName: String?
-
Container for the ID of the owner.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(displayName: String? = nil, id: String? = nil)