Class: Aws::Pinpoint::Types::DeleteAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteAppResponse
- 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.
3602 3603 3604 3605 3606 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3602 class DeleteAppResponse < Struct.new( :application_response) SENSITIVE = [] include Aws::Structure end |