DeveloperInfo
public struct DeveloperInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the developer.
Declaration
Swift
public let developerName: String? -
The email of the developer.
Declaration
Swift
public let email: String? -
The URL of the privacy policy.
Declaration
Swift
public let privacyPolicy: String? -
The website of the developer.
Declaration
Swift
public let url: String? -
Undocumented
Declaration
Swift
public init(developerName: String? = nil, email: String? = nil, privacyPolicy: String? = nil, url: String? = nil)
View on GitHub
DeveloperInfo Structure Reference