Class: Aws::Pinpoint::Types::DeleteAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass DeleteAppRequest data as a hash:
{
application_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
1240 1241 1242 1243 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1240 class DeleteAppRequest < Struct.new( :application_id) include Aws::Structure end |