Get App
pinpoint_get_app | R Documentation |
Retrieves information about an application¶
Description¶
Retrieves information about an application.
Usage¶
Arguments¶
ApplicationId
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Value¶
A list with the following syntax:
list(
ApplicationResponse = list(
Arn = "string",
Id = "string",
Name = "string",
tags = list(
"string"
),
CreationDate = "string"
)
)