Class: Aws::Pinpoint::Types::CreateAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateAppResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#application_response ⇒ Types::ApplicationResponse
Application Response.
Instance Attribute Details
#application_response ⇒ Types::ApplicationResponse
Application Response.
767 768 769 770 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 767 class CreateAppResponse < Struct.new( :application_response) include Aws::Structure end |