Class: Aws::Pinpoint::Types::ApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Application Response.
Instance Attribute Summary collapse
-
#id ⇒ String
The unique application ID.
-
#name ⇒ String
The display name of the application.
Instance Attribute Details
#id ⇒ String
The unique application ID.
439 440 441 442 443 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 439 class ApplicationResponse < Struct.new( :id, :name) include Aws::Structure end |
#name ⇒ String
The display name of the application.
439 440 441 442 443 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 439 class ApplicationResponse < Struct.new( :id, :name) include Aws::Structure end |