Class: Aws::Pinpoint::Types::GetAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#application_response ⇒ Types::ApplicationResponse
Provides information about an application.
Instance Attribute Details
#application_response ⇒ Types::ApplicationResponse
Provides information about an application.
8011 8012 8013 8014 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8011 class GetAppResponse < Struct.new( :application_response) include Aws::Structure end |