ApplicationResponse

public struct ApplicationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the application.

    Declaration

    Swift

    public let arn: String
  • id

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

    Declaration

    Swift

    public let id: String
  • 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 identifies the tags that are associated 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(arn: String, id: String, name: String, tags: [String : String]? = nil)