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

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

Overview

Note:

When making an API call, you may pass DeletePlatformApplicationInput data as a hash:

{
  platform_application_arn: "String", # required
}

Input for DeletePlatformApplication action.

Instance Attribute Summary collapse

Instance Attribute Details

#platform_application_arnString

PlatformApplicationArn of platform application object to delete.

Returns:

  • (String)


352
353
354
355
# File 'lib/aws-sdk-sns/types.rb', line 352

class DeletePlatformApplicationInput < Struct.new(
  :platform_application_arn)
  include Aws::Structure
end