Class: Aws::Pinpoint::Types::DeleteAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteAppResponse
- 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.
4835 4836 4837 4838 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4835 class DeleteAppResponse < Struct.new( :application_response) include Aws::Structure end |