Class: Aws::SNS::Types::DeletePlatformApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::DeletePlatformApplicationInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for ‘DeletePlatformApplication` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform_application_arn ⇒ String
‘PlatformApplicationArn` of platform application object to delete.
Instance Attribute Details
#platform_application_arn ⇒ String
‘PlatformApplicationArn` of platform application object to delete.
488 489 490 491 492 |
# File 'lib/aws-sdk-sns/types.rb', line 488 class DeletePlatformApplicationInput < Struct.new( :platform_application_arn) SENSITIVE = [] include Aws::Structure end |