Class: Aws::Pinpoint::Types::CreateAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateAppResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
2618 2619 2620 2621 2622 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2618 class CreateAppResponse < Struct.new( :application_response) SENSITIVE = [] include Aws::Structure end |