You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::ApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ApplicationResponse
- Defined in:
- (unknown)
Overview
Provides information about an application.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#id ⇒ String
The unique identifier for the application.
-
#name ⇒ String
The display name of the application.
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that identifies the tags that are associated with the application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
#id ⇒ String
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
#name ⇒ String
The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.
#tags ⇒ Hash<String,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.