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)


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