CreateApplicationRequest

public struct CreateApplicationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

    Declaration

    Swift

    public let name: String
  • A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(name: String, tags: [String : String]? = nil)