CreateApplicationRequest
public struct CreateApplicationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Description of the application to be created.
Declaration
Swift
public let description: String? -
Name of the application to be created.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(description: String? = nil, name: String)
View on GitHub
CreateApplicationRequest Structure Reference