Class: Aws::Pinpoint::Types::CreateAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateAppResponse
- 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.
3095 3096 3097 3098 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3095 class CreateAppResponse < Struct.new( :application_response) include Aws::Structure end |