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