Class: Aws::SNS::Types::DeletePlatformApplicationInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Input for ‘DeletePlatformApplication` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#platform_application_arnString

‘PlatformApplicationArn` of platform application object to delete.

Returns:

  • (String)


582
583
584
585
586
# File 'lib/aws-sdk-sns/types.rb', line 582

class DeletePlatformApplicationInput < Struct.new(
  :platform_application_arn)
  SENSITIVE = []
  include Aws::Structure
end